Expand description
Timer
Tools for interacting with low-level timers of the nspire.
Constants§
Traits§
Functions§
- configure_
sleep - Prepares the system for sleep.
idle
must be called to actually sleep. - disable_
sleep - Resets the sleep timer so it may be used normally.
- get_
ticks - Returns the number of ticks since the program started, based on a 32768Hz timer (i.e. 32768 ticks per second).
- has_
time_ passed - Detects if the number of ticks has passed yet