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-12-08 15:15:30 +01:00
..
app.config.test drivers/tsl2561: migrate to ztimer 2021-12-08 15:15:30 +01:00
main.c drivers/tsl2561: migrate to ztimer 2021-12-08 15:15:30 +01:00
Makefile drivers/tsl2561: migrate to ztimer 2021-12-08 15:15:30 +01: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.