1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/saul
iosabi ce76125a22 drivers/si1133: New SI1133 UV/IR/Ambient light driver
The SI1133 from Silicon Labs is a UV Index Sensor and Ambient Light
Sensor in a small 2x2 mm DFN package. The sensor can measure
independently ultra violet (UV) light, infra red (IR) light and
ambient light, however the ambient light is also influenced by the
IR light requiring compensation from the IR readings.

The SI1133 is quite different from other Silicon Labs chips in RIOT OS
and therefore needs its own driver. In particular, the SI1133 has 7
different photodiode configurations to read but only 6 channels to
read them in parallel so only some channels can be read each time.

This patch implements a new driver allowing to read the data directly
and a saul interface for the three kinds of light source. There are
many configuration options including interrupts and continous modes
that are left out of this initial driver.
2020-12-14 03:13:23 +00:00
..
init_devs drivers/si1133: New SI1133 UV/IR/Ambient light driver 2020-12-14 03:13:23 +00:00
adc_saul.c saul: Ignore extra dimensions in read functions 2019-12-03 15:17:25 +01:00
gpio_saul.c saul: Ignore extra dimensions in read functions 2019-12-03 15:17:25 +01:00
Kconfig drivers/saul: add modules to Kconfig 2020-11-25 12:00:13 +01:00
Makefile drivers/saul/auto_init: Add PWM for LEDs 2020-10-17 11:20:17 +02:00
pwm_saul.c drivers/saul/auto_init: Err on out-of-range input 2020-11-05 19:01:17 +01:00
saul_str.c drivers/saul: add common gas class 2020-03-12 08:42:59 +01:00
saul.c saul: use const for device parameter 2017-06-26 20:25:37 +02:00