Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 408 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 408 Bytes

PWMSerialOut

Arduino sample code for fast serial output with PWM

The sample code is intended to communicate with NeoPixel LEDs at 800kHz on an 8MHz Arduino.

CAUTION:
The code slows down the MCU clock speed by a factor of 16. This was done for easier debugging during development.

An extensive decription can be found on my blog post Ride the PWM