1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_adc
2020-11-06 15:58:00 +01:00
..
app.config.test tests/periph_*: add Kconfig configuration files 2020-11-06 15:58:00 +01:00
main.c tests/periph_adc: fix content printf on failure 2019-11-28 09:07:52 +01:00
Makefile tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
README.md tests/periph_adc: adapted to ADC interface changes 2016-03-14 10:38:42 +01:00

Expected result

When running this test, you should see the samples of all configured ADC lines continuously streamed to std-out.

Background

This test application will initialize each configured ADC lines 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.