FAQ
timer.h
   Go to the documentation of this file.                                                                    
     64  * - <b>Single shot:</b> Set cycle to 0. This alarm <b>must not</b> be canceled after being fired.
    65  * - <b>Repetitive:</b> The first shot can be adjusted be setting alarmtime > 0. Otherwise cycle is used.
        70  * \param alarmtime  time in ms relative to the current time when the alarm shall expire the first time.
                                               ALARM * sb_timer_setAlarm(ALARMCALLBACK callback, uint16_t alarmtime, uint16_t cycle)
Create a new alarm.