diff options
Diffstat (limited to 'testhal/AVR/MEGA/SPI/readme.txt')
-rw-r--r-- | testhal/AVR/MEGA/SPI/readme.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testhal/AVR/MEGA/SPI/readme.txt b/testhal/AVR/MEGA/SPI/readme.txt new file mode 100644 index 000000000..8ddadadc3 --- /dev/null +++ b/testhal/AVR/MEGA/SPI/readme.txt @@ -0,0 +1,17 @@ +*****************************************************************************
+** ChibiOS/RT SPI test on Atmel AVR ATmega328p. **
+*****************************************************************************
+
+** TARGET **
+
+The test demo runs on an Arduino Uno board.
+
+** The Demo **
+
+This test writes to the SPI pins (MOSI/PD11 on the ATmega328p).
+There's no feedback provided but the SPI can easily be analyzed with any
+logic analyzer or sniffing with a buspirate or similar device.
+
+** Build Procedure **
+
+The demo was built using the GCC AVR toolchain.
|