Skip to content

Commit

Permalink
Merge pull request #263 from tintinnabulate/fix_ws2812b_simple_comment
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
cnlohr authored Feb 1, 2024
2 parents c77639e + 3d52b42 commit f3e37e8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions extralibs/ws2812b_simple.h
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
/* Single-File-Header for using asynchronous LEDs with the CH32V003 using DMA to the SPI port.
I may write another version of this to use DMA to timer ports, but, the SPI port can be used
to generate outputs very efficiently. So, for now, SPI Port. Additionally, it uses FAR less
internal bus resources than to do the same thing with timers.
For the CH32V003 this means output will be on PORTC Pin 6
/* Single-File-Header for using asynchronous LEDs with the CH32V003 using GPIO.
Copyright 2023 <>< Charles Lohr, under the MIT-x11 or NewBSD License, you choose!
If you are including this in main, simply
If you are including this in main, simply
#define WS2812BSIMPLE_IMPLEMENTATION
You may also want to define
You may also want to define
#define WS2812BSIMPLE_NO_IRQ_TWEAKING
*/
Expand Down

0 comments on commit f3e37e8

Please sign in to comment.