Skip to content
Snippets Groups Projects
Unverified Commit ebd1b569 authored by CNLohr's avatar CNLohr Committed by GitHub
Browse files

Merge pull request #6 from marekmaskarinec/patch-1

fix typos in README.md
parents 4c06d8c5 a5c71ccf
No related branches found
No related tags found
No related merge requests found
...@@ -27,12 +27,12 @@ You will need to implement the following two functions, as callbacks from the IS ...@@ -27,12 +27,12 @@ You will need to implement the following two functions, as callbacks from the IS
uint32_t CallbackWS2812BLED( int ledno ); uint32_t CallbackWS2812BLED( int ledno );
``` ```
You willalso need to call You will also need to call
```c ```c
InitWS2812DMA(); InitWS2812DMA();
``` ```
Then, whenyou want to update the LEDs, call: Then, when you want to update the LEDs, call:
```c ```c
WS2812BStart( int num_leds ); WS2812BStart( int num_leds );
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment