1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_tsl2561
2021-01-21 10:02:34 +01:00
..
app.config.test tests/driver: add Kconfig configuration files 2021-01-21 10:02:34 +01:00
main.c tests/driver_tsl2561: update to new API changes 2018-07-25 12:01:39 +02:00
Makefile tests/driver_tsl2561: update to new API changes 2018-07-25 12:01:39 +02:00
README.md tests: add test for tsl2561 sensor driver 2017-01-31 17:49:16 +01:00

About

This is a test application for the TSL2561 Lux sensor.

Usage

The application initializes the TSL2561 sensor on an I2C bus.

After initialization, every second, the application reads the measured illuminance and display the corresponding Lux value.