Blame view

RIOT/tests/driver_tsl2561/README.md 261 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  ## 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.