Skip to content
Snippets Groups Projects
Unverified Commit a5c71ccf authored by Marek Maskarinec's avatar Marek Maskarinec Committed by GitHub
Browse files

fix missing spaces

parent 4c06d8c5
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
uint32_t CallbackWS2812BLED( int ledno );
```
You willalso need to call
You will also need to call
```c
InitWS2812DMA();
```
Then, whenyou want to update the LEDs, call:
Then, when you want to update the LEDs, call:
```c
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