Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 668 Bytes

arduino-uno.md

File metadata and controls

17 lines (9 loc) · 668 Bytes

Arduino UNO

Implementing millis()

Check out this great blog post detailing implementing millis() using avr-hal.

PWM / Timers / Buzzers / Speakers

For a general Arduino intro on PWN see Secrets of Arduino PWM. This article goes into the detail of ATmega registers for configuring timers. Also check out sections 14-17 of the datasheet for details on timers.

Datasheet

datasheet