1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_tsl2561
2017-12-01 11:03:39 +01:00
..
main.c tests: add test for tsl2561 sensor driver 2017-01-31 17:49:16 +01:00
Makefile tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +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.