1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/sensebox_samd21: Fix documentation

This commit is contained in:
Leandro Lanzieri 2018-08-22 14:41:59 +02:00
parent 463b04aa74
commit 0bfb01b7b9

View File

@ -18,7 +18,7 @@ SenseBox board is based on the Atmel SAMD21G18A microcontroller. See
When the board is in bootloader mode, the user led (red) oscillates smoothly.
2. Use `BOARD=sensebox` with the `make` command.<br/>
2. Use `BOARD=sensebox_samd21` with the `make` command.<br/>
Example with `hello-world` application:
```
make BOARD=sensebox_samd21 -C examples/hello-world flash
@ -44,13 +44,13 @@ connected to the ports is reset before use.
#### SX127X radio
The pin configuration for the SX127X radio on the
*boards/sensebox/include/board.h** file assumes that it will be connected to
*boards/sensebox_samd21/include/board.h** file assumes that it will be connected to
the XBEE1 port. If a different configuraion is needed please modify this
file.
#### SD card
The pin configuration for the mSD-Bee module radio on the
*boards/sensebox/include/sdcard_spi_params.h** file assumes that it will be
*boards/sensebox_samd21/include/sdcard_spi_params.h** file assumes that it will be
connected to the XBEE2 port. If a different configuraion is needed please
modify this file.
*/