From 87d8f29af2ae84f92c83cf7f21b70f6a23a71d61 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 29 Nov 2019 09:35:04 +0100 Subject: [PATCH] drivers/ws281x: improve documentation Replace 'to' with 'too' and remove the space between '8 MHz'. Signed-off-by: Yegor Yefremov --- drivers/include/ws281x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/include/ws281x.h b/drivers/include/ws281x.h index 5d1b19ca5c..86d659dfaf 100644 --- a/drivers/include/ws281x.h +++ b/drivers/include/ws281x.h @@ -21,7 +21,7 @@ * * The protocol to communicate with the WS281x is custom, so no hardware * implementations can be used. Hence, the protocol needs to be bit banged in - * software. As the timing requirements are to strict to do this using + * software. As the timing requirements are too strict to do this using * the platform independent APIs for accessing @ref drivers_periph_gpio and * @ref sys_xtimer, platform specific implementations of @ref ws281x_write are * needed. @@ -30,7 +30,7 @@ * * A bit banging implementation for ATmegas clocked at 8MHz and at 16MHz is * provided. Boards clocked at any other core frequency are not supported. - * (But keep in mind that most (all?) ATmega MCUs do have an internal 8 MHz + * (But keep in mind that most (all?) ATmega MCUs do have an internal 8MHz * oscillator, that could be enabled by changing the fuse settings.) * * @warning On 8MHz ATmegas, only pins at GPIO ports B, C, and D are supported.