Go to the documentation of this file.
3 #ifndef FIRMWARE_SYSTEM_TIMER_H_
4 #define FIRMWARE_SYSTEM_TIMER_H_
13 #define _millis millis2
14 #define _micros micros2
17 #define _noTone noTone4
20 #define _millis millis
21 #define _micros micros
24 #define _noTone noTone
32 extern volatile unsigned long timer2_millis;
34 extern volatile unsigned long timer0_millis;
39 FORCE_INLINE
unsigned long millis_nc() {