arduino / reference-en

Editable source for the Arduino Reference
https://www.arduino.cc/reference/en/
Other
165 stars 731 forks source link

Mention millis() not ticking every millisecond #865

Closed brewmanz closed 1 year ago

brewmanz commented 2 years ago

Mention millis() ticking every 1.024 mS, skipping a value every 41 or 42, and maybe using micros for short accurate timings.