aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/MEGA/SPI/readme.txt
blob: 8ddadadc3ed12c973392c6fe20ac65464098554b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.