1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_hsc
2021-01-06 10:22:17 +01:00
..
app.config.test drivers/hsc: add driver for honeywell pressure and temperature sensor 2021-01-06 10:22:17 +01:00
main.c drivers/hsc: add driver for honeywell pressure and temperature sensor 2021-01-06 10:22:17 +01:00
Makefile drivers/hsc: add driver for honeywell pressure and temperature sensor 2021-01-06 10:22:17 +01:00
Makefile.ci drivers/hsc: add driver for honeywell pressure and temperature sensor 2021-01-06 10:22:17 +01:00
Readme.md drivers/hsc: add driver for honeywell pressure and temperature sensor 2021-01-06 10:22:17 +01:00

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.