1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/saul
Hauke Petersen 1469d46501 test/examples/make: inc all of SAUL on saul_default
- make saul_default dependent on saul_reg and auto_init_saul
- adapt default example and the saul test application
2017-01-17 12:22:23 +01:00
..
main.c xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
Makefile test/examples/make: inc all of SAUL on saul_default 2017-01-17 12:22:23 +01: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.