ChibiOS/testhal/AVR/I2C
Giovanni Di Sirio 15d0007e96 Mass change, all thread functions now return void.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7849 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-04-03 12:48:22 +00:00
..
Makefile
chconf.h Fixed a wrong comment in chconf.h. 2015-03-09 11:16:46 +00:00
halconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-01-11 13:56:55 +00:00
main.c Mass change, all thread functions now return void. 2015-04-03 12:48:22 +00:00
mcuconf.h MISRA-related fixes. 2015-03-03 10:02:55 +00:00
readme.txt

readme.txt

*****************************************************************************
** ChibiOS/RT I2C test on Atmel AVR ATmega1280.                            **
*****************************************************************************

** TARGET **

The test demo runs on an Arduino Mega board.

** The Demo **

This test blinks the onboard LED and also writes/reads to a 24C64 connected
to the I2C pins (PD0/PD1 on the ATmega1280). There's no feedback provided but
the I2C 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.