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

Merge pull request #9817 from leandrolanzieri/pr/sensebox_fixdoc

boards/sensebox_samd21: Fix documentation
This commit is contained in:
Peter Kietzmann 2018-08-23 08:40:30 +02:00 committed by GitHub
commit bc667ec3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
*/