aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ADC/readme.txt
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:57 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:57 +0000
commit7437bfef11387f1521f8c33e81885e186b583626 (patch)
treeae0bf0f0b0cb535fbcfd37114f22e641705a42ff /testhal/AVR/ADC/readme.txt
parent47461741eda79dd6096093d9b5474190d03ca8ce (diff)
downloadChibiOS-7437bfef11387f1521f8c33e81885e186b583626.tar.gz
ChibiOS-7437bfef11387f1521f8c33e81885e186b583626.tar.bz2
ChibiOS-7437bfef11387f1521f8c33e81885e186b583626.zip
Add a specific directory for AVR MEGA in the testhal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10436 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/ADC/readme.txt')
-rw-r--r--testhal/AVR/ADC/readme.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/testhal/AVR/ADC/readme.txt b/testhal/AVR/ADC/readme.txt
deleted file mode 100644
index 55961af08..000000000
--- a/testhal/AVR/ADC/readme.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-*****************************************************************************
-** 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.