1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/saul
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 remaining driver related applications to tests/drivers 2023-05-10 11:58:32 +02:00
main.c tests: move remaining driver related applications to tests/drivers 2023-05-10 11:58:32 +02:00
Makefile tests: move remaining driver related applications to tests/drivers 2023-05-10 11:58:32 +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 remaining driver related applications to tests/drivers 2023-05-10 11:58:32 +02:00

Expected result

This test application is polling all available SAUL devices periodically for their data. This data is then printed to STDIO.

Background

The actual devices that are actually polled depend on the devices that are configured for a particular platform. If you want to test the SAUL interface to a particular device, you should just connect it to your BOARD and include the corresponding device driver using the USEMODULE environment variable.