mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
261 B
Markdown
9 lines
261 B
Markdown
## 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.
|