GY-63_MS5611/libraries/Max44009
2020-01-27 17:06:52 +01:00
..
examples fix #133 overflow of exponent 2020-01-21 15:26:58 +01:00
keywords.txt Fix return bugs; added a minimal test sketch; added keywords.txt; added const 2017-07-27 00:24:25 +02:00
library.json issue #140 refactor constructor / configure 2020-01-27 17:06:52 +01:00
library.properties issue #140 refactor constructor / configure 2020-01-27 17:06:52 +01:00
max44009.cpp issue #140 refactor constructor / configure 2020-01-27 17:06:52 +01:00
Max44009.h issue #140 refactor constructor / configure 2020-01-27 17:06:52 +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.