ChibiOS/testhal/AVR/MEGA/I2C
Theodore Ateba 2bd9de7041 AVR: Update all configuration files of testhal to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11155 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-12-21 09:16:17 +00:00
..
Makefile AVR: Correct the email address on all makefile. 2017-11-16 22:11:26 +00:00
chconf.h AVR: Update all configuration files of testhal to avoid the error CH_DBG_TRACE_MASK not defined in chconf.h 2017-12-21 09:16:17 +00:00
halconf.h Re-alignment of all halconf.h files. 2017-10-22 13:34:38 +00:00
main.c
mcuconf.h
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.