1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

Add limitations to doc.txt.

This describes the limitations of the interrupt pin being multiplexed.

Fixup: add details of specific pins
This commit is contained in:
danpetry 2018-08-17 19:27:36 +02:00
parent 6bfd3338b9
commit 8e1ffd5176

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