mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
e0e23a36e8
+ redo setManualMode() + redo setAutomaticMode() + redo setContinuousMode() + add clrContinuousMode() + add getIntegrationTime() + add 4 examples Signed-off-by: RobTillaart <rob.tillaart@gmail.com> |
||
---|---|---|
.. | ||
examples | ||
keywords.txt | ||
library.json | ||
library.properties | ||
max44009.cpp | ||
Max44009.h | ||
readme.md |
MAX44009 I2C LUX sensor
Examples
Max44009\examples\max44009_test01
- use for e.g. UNO
Max44009\examples\max44009_test02
- will not compile for UNO
- use for e.g. ESP32
Notes
Please be aware this is a 3.3 Volt device so it should not be connected to an Arduino or other 5 Volt device directly. Use a level convertor to solve this.