mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Kaspar Schleiser
8afaf11bb5
/* Port 1: * P1.0 is not assigned by default * P1.1 is the bootstrap-loader (BSL) TX pin -> input, special function, default to GND * THIS PIN MUST *NEVER* BE USED IN NORMAL EXECUTION, SINCE IT INTERFERES WITH UART0 !!! * P1.2 receives the FIFOP interrupt from CC2420 -> input, GPIO, default to GND * P1.3 receives the FIFO/GIO0 interrupt from CC2420 -> input, GPIO, default to GND * P1.4 receives the CCA/GIO1 signal from CC2420 -> input, GPIO, default to GND * P1.5 is wired to Vcc -> input, GPIO, default to Vcc * P1.6 receives interrupt INT1 from accelerometer -> input, GPIO, default to GND * P1.7 receives interrupt INT2 from accelerometer -> input, GPIO, default to GND */ (test starts indexing at 0) |
||
---|---|---|
.. | ||
tests | ||
main.c | ||
Makefile | ||
Makefile.ci |