Skip to content
Snippets Groups Projects
Unverified Commit a9f87304 authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #9794 from danpetry/boards/sensebox_addlimitations

boards/sensebox: Add limitations of pin multiplexing
parents 6bfd3338 8e1ffd51
No related branches found
No related tags found
No related merge requests found
...@@ -53,4 +53,14 @@ The pin configuration for the mSD-Bee module radio on the ...@@ -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 *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 connected to the XBEE2 port. If a different configuraion is needed please
modify this file. modify this file.
*/
\ No newline at end of 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.
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment