Skip to content

Commit

Permalink
drivers/include: Removed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 26, 2024
1 parent 23cc531 commit 31ee764
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drivers/include/ws281x.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
*
* The ESP32 implementation is frequency independent, as frequencies above 80MHz
* are high enough to support bit banging without assembly.
*
*
* ## STM32
*
*
* The STM32 implementation is frequency dependent and currently only supported
* for 84, 100 and 180 MHz MCUs of the STM32f4 family. Support for the STM32f7
* family is coming soon... The number of NOPs required was determined using a
* family is coming soon... The number of NOPs required was determined using a
* saleae logic analyzer.
*
*
* @warning Since this is bit banged an interrupt can destroy the timing.
*
* ## Native/VT100
Expand Down Expand Up @@ -78,7 +78,7 @@
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile
* USEMODULE += ws281x_esp32
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
* * the STM32 backend:
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile
* USEMODULE += ws281x_stm32
Expand Down

0 comments on commit 31ee764

Please sign in to comment.