mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #13843 from mtreffers/doc-fixes
Doc: fix typo and extend ws281x documentation
This commit is contained in:
commit
4e60eb9dd5
@ -40,7 +40,7 @@
|
||||
* ## ESP32
|
||||
*
|
||||
* The ESP32 implementation is frequency independent, as frequencies above 80MHz
|
||||
* are high enough to support big banging without assembly.
|
||||
* are high enough to support bit banging without assembly.
|
||||
*
|
||||
* ## Native/VT100
|
||||
*
|
||||
@ -48,12 +48,23 @@
|
||||
*
|
||||
* ### Usage
|
||||
*
|
||||
* Add the following to your `Makefile` to use the ATmega backend:
|
||||
* Add the following to your `Makefile` to use:
|
||||
*
|
||||
* * the ATmega backend:
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile
|
||||
* USEMODULE += ws281x_atmega
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
*
|
||||
* * the ESP32 backend:
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile
|
||||
* USEMODULE += ws281x_esp32
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
*
|
||||
* * the native/VT100 backend:
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile
|
||||
* USEMODULE += ws281x_vt100
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
Loading…
Reference in New Issue
Block a user