From a5c71ccf5c16d134d656b91088a6cc6a93f4c3de Mon Sep 17 00:00:00 2001 From: Marek Maskarinec <marek@mrms.cz> Date: Mon, 27 Feb 2023 13:47:30 +0100 Subject: [PATCH] fix missing spaces --- examples/ws2812demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ws2812demo/README.md b/examples/ws2812demo/README.md index fb832bc..c6851d9 100644 --- a/examples/ws2812demo/README.md +++ b/examples/ws2812demo/README.md @@ -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 ); ``` -- GitLab