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

Merge pull request #9794 from danpetry/boards/sensebox_addlimitations

boards/sensebox: Add limitations of pin multiplexing
This commit is contained in:
Peter Kietzmann 2018-10-05 14:26:14 +02:00 committed by GitHub
commit a9f8730474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,4 +53,14 @@ The pin configuration for the mSD-Bee module radio on the
*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.
*/
#### Limitations
There is only one interrupt pin on the XBEE headers. This means that interrupt
pins DIO0 and DIO1 from the LoRa Bee are multiplexed through an OR gate.
This has the following limitations:
- FSK mode is not possible
- The interrupt pins can have different configurations, so caution is required
when making changes.
*/