ChibiOS/testhal/AVR/ADC
tfateba 5418e8ef0f Update testhal/AVR/ADC mcuconf.h file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9947 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-12-04 14:38:43 +00:00
..
Makefile Fixed small ident, readme file and Makefile. 2016-11-01 02:04:43 +00:00
chconf.h Add test program for AVR ADC hal. 2016-11-01 01:33:13 +00:00
halconf.h Add test program for AVR ADC hal. 2016-11-01 01:33:13 +00:00
main.c Add test program for AVR ADC hal. 2016-11-01 01:33:13 +00:00
mcuconf.h Update testhal/AVR/ADC mcuconf.h file. 2016-12-04 14:38:43 +00:00
readme.txt Fixed small ident, readme file and Makefile. 2016-11-01 02:04:43 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT ADC test on Atmel AVR ATmega2560.                            **
*****************************************************************************

** TARGET **

The test demo runs on an Arduino Mega board.

** The Demo **

This test blinks the onboard LED and also prints the result of the ADC
conversion to the Serial0. A voltmeter can be use to compare the printed
value to the value on pin A0 of the arduino board. To make this test, a
potentiometer is connected to the pin A0 of the board.

** Build Procedure **

The demo was built using the GCC AVR toolchain.