1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_adc/README.md
2014-11-06 15:19:36 +01:00

14 lines
495 B
Markdown

Expected result
===============
When running this test, you should see the samples of all configured ADC channels
continuously streamed to std-out.
Background
==========
This test application will initialize each configured ADC device to sample with
10-bit accuracy. Once configured the application will continuously convert each
available channel and print the conversion results to std-out.
For verification of the output connect the ADC pins to known voltage levels
and compare the output.