This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
af89824cfd
RIOT
/
drivers
/
si1133
/
Makefile.dep
3 lines
57 B
Makefile
Raw
Normal View
History
Unescape
Escape
drivers/si1133: migrate to ztimer
2021-12-09 12:31:11 +01:00
USEMODULE
+=
ztimer_usec
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-07 01:36:41 +01:00
FEATURES_REQUIRED
+=
periph_i2c
Copy Permalink