1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/saul
Marian Buschsieweke 06d560f408
tests: Added atmega328p to Makefile.ci
Added the atmega328p board to the BOARD_INSUFFICIENT_MEMORY list where needed.
2019-10-21 12:54:46 +02:00
..
main.c tests/saul: added some more descriptive output 2017-02-16 12:46:49 +01:00
Makefile tests: BOARD_INSUFFICIENT_MEMORY -> Makefile.ci 2019-10-17 15:11:59 +02:00
Makefile.ci tests: Added atmega328p to Makefile.ci 2019-10-21 12:54:46 +02:00
README.md tests: added SAUL test application 2016-03-01 17:38:06 +01: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.