mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/ws281x: Extended doc
Point out that automatic backend selection is performed, when no backend is selected.
This commit is contained in:
parent
d3d2cdae8a
commit
9efd47952e
@ -48,7 +48,17 @@
|
||||
*
|
||||
* ### Usage
|
||||
*
|
||||
* Add the following to your `Makefile` to use:
|
||||
* Add the following to your `Makefile`:
|
||||
*
|
||||
* * Auto-selecting the backend:
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile
|
||||
* USEMODULE += ws281x
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
*
|
||||
* This will automatically pull in one of the backends supported by your board.
|
||||
* In case multiple backends apply and the automatic selection does not pick
|
||||
* your preferred backend, you can manually pick your preferred backend as
|
||||
* described below.
|
||||
*
|
||||
* * the ATmega backend:
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user