GY-63_MS5611/libraries/Max44009
RobTillaart e0e23a36e8 fix #142 constructor, major refactor ==> 0.4.0
+ redo setManualMode()
+ redo setAutomaticMode()
+ redo setContinuousMode()
+ add clrContinuousMode()
+ add getIntegrationTime()
+ add 4 examples

Signed-off-by: RobTillaart <rob.tillaart@gmail.com>
2020-01-31 13:58:43 +01:00
..
examples fix #142 constructor, major refactor ==> 0.4.0 2020-01-31 13:58:43 +01:00
keywords.txt fix #142 constructor, major refactor ==> 0.4.0 2020-01-31 13:58:43 +01:00
library.json fix #142 constructor, major refactor ==> 0.4.0 2020-01-31 13:58:43 +01:00
library.properties fix #142 constructor, major refactor ==> 0.4.0 2020-01-31 13:58:43 +01:00
max44009.cpp fix #142 constructor, major refactor ==> 0.4.0 2020-01-31 13:58:43 +01:00
Max44009.h fix #142 constructor, major refactor ==> 0.4.0 2020-01-31 13:58:43 +01:00
readme.md issue #140 refactor constructor / configure 2020-01-27 17:06:52 +01:00

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.