Blame view

RIOT/tests/driver_isl29125/README.md 444 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
  # About
  This is a manual test application for the ISL29125 light sensor driver.
  
  # Usage
  This test application will initialize the list sensor with the following parameters:
   - Mode: All modes are tested once, then RGB mode is used continuously
   - Range: 16000 lux
   - Resolution: 16 bit
  
  After initialization, the sensor value is read every 250ms and printed to the stdout.
  
  Expose the sensor to varying light sources to see changing readouts.