1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph/adc
Hugues Larrive 3c465836f2 examples and tests: add atmega8 to relevent Makefile.ci
using dist/tools/insufficient_memory/add_insufficient_memory_board.sh
2023-07-11 21:22:02 +02:00
..
app.config.test tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
main.c tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
Makefile tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02: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.