We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a44a3 commit 2272d3eCopy full SHA for 2272d3e
1 file changed
docs/arduino-deviations.rst
@@ -46,18 +46,9 @@ to be in INPUT Mode that needs Inputs.
46
Interrupt
47
+++++++++
48
49
-XMC1400 Kit for Arduino - Interrupt 1 and serial conflict
50
-When using the **KIT_XMC1400_ARDUINO** **Interrupt** 1 does not work when serial (UART) is used.
51
-The Pin Mapped to **Interrupt 1** shares the **same hardware bus configuration as UART**.
52
-
53
-**Impact:**
54
55
-- Interrupt will not trigger.
56
-- Serial communication also not work.
57
58
-**Workarounds:**
59
60
-- use **Interrupt 0**
+XMC1400 Kit for Arduino - Interrupt 1 pin allocated to pin number - **7**
+.. code-block::
+ const byte interruptPin = 7; // for interrupt-1
61
62
Wire/I2C Differences
63
++++++++++++++++++++
0 commit comments