[][src]Module ndless::timer

Timer

Tools for interacting with low-level timers of the nspire.

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).