mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4a9f0efb6d
Add ATmega328P Xplained Mini board. The board is an official development kit from MCHP based on the Arduino UNO, reduced hardware, with a xplainedmini debugger and CDC ACM serial converter. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com> |
||
---|---|---|
.. | ||
main.c | ||
Makefile | ||
Makefile.ci | ||
README.md |
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.