mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8cf19e63da
strerror() now is provided on AVR as well, so no need to be extra careful in its use. |
||
---|---|---|
.. | ||
app.config.test | ||
main.c | ||
Makefile | ||
Makefile.ci | ||
Readme.md |
About
This is a test application for the HSC Pressure and Temperature sensor.
Usage
The application will continue trying to initiate the HSC sensor.
After initialization, every second, the application:
- reads the temperature (°C);
- reads the pressure (uBar);
- prints those values to STDOUT.