ArduinoCore-avr/cores
Karl Fessel b0dc9758a3 declare timer0_fract non static and volatile to make it available for linking
using timer0_fract and Timer0s count register it's possible to write more
precise millis function that include all milliseconds or return some extra
accuracy (eg 1/4 on 1/8 millisecond) with less overhead than micros.
2017-11-13 17:31:32 +01:00
..
arduino declare timer0_fract non static and volatile to make it available for linking 2017-11-13 17:31:32 +01:00