aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/MEGA/ADC/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/MEGA/ADC/readme.txt')
-rw-r--r--testhal/AVR/MEGA/ADC/readme.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/testhal/AVR/MEGA/ADC/readme.txt b/testhal/AVR/MEGA/ADC/readme.txt
new file mode 100644
index 000000000..55961af08
--- /dev/null
+++ b/testhal/AVR/MEGA/ADC/readme.txt
@@ -0,0 +1,18 @@
+*****************************************************************************
+** 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.