Reset / Freeze
Reset causes a soft reset, Freeze stops the processor for a while |
 |
Download
Reset_Freeze.zip
(55 KB)
|
Functions
definition
external "CASL_Reset_Freeze";
function xReset;
# xReset will cause a soft reset
function xFreeze
(numeric sec);
# xFreeze stops program execution for x seconds
# input: sec = freeze time in seconds
# May be usefull to show a splash screen for some seconds,
# for example to remind customers to buy the full version ;-)
end_external;
|
|