forked from xuhongv/StudyInEsp32
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
徐宏
authored
Jun 3, 2019
1 parent
f36eb64
commit c8ed595
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
WS2812 driver and rainbow demo by Chris Osborn <[email protected]> | ||
|
||
This is a driver for the WS2812 RGB LEDs which uses the RMT peripheral | ||
on the ESP32. It uses interrupts from the RMT peripheral to keep the | ||
buffer filled until all the bytes have been sent to the LED array. | ||
|
||
For more information see http://insentricity.com/a.cl/268 | ||
WS2812 driver |