readme.txt 654 B

123456789101112131415161718
  1. *****************************************************************************
  2. ** ChibiOS/RT ADC test on Atmel AVR ATmega2560. **
  3. *****************************************************************************
  4. ** TARGET **
  5. The test demo runs on an Arduino Mega board.
  6. ** The Demo **
  7. This test blinks the onboard LED and also prints the result of the ADC
  8. conversion to the Serial0. A voltmeter can be use to compare the printed
  9. value to the value on pin A0 of the arduino board. To make this test, a
  10. potentiometer is connected to the pin A0 of the board.
  11. ** Build Procedure **
  12. The demo was built using the GCC AVR toolchain.