mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +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:
parent
6bfd3338b9
commit
8e1ffd5176
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user