From 8e1ffd5176874b941ba9a198cea6c014b0c6b22d Mon Sep 17 00:00:00 2001 From: danpetry <daniel.petry@fu-berlin.de> Date: Fri, 17 Aug 2018 19:27:36 +0200 Subject: [PATCH] Add limitations to doc.txt. This describes the limitations of the interrupt pin being multiplexed. Fixup: add details of specific pins --- boards/sensebox_samd21/doc.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/boards/sensebox_samd21/doc.txt b/boards/sensebox_samd21/doc.txt index b95fc22562..c22177cee3 100644 --- a/boards/sensebox_samd21/doc.txt +++ b/boards/sensebox_samd21/doc.txt @@ -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. - */ \ 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. + */ -- GitLab