Home

Awesome

MicroPython_MAX44009_driver

MicroPython driver for MAX44009 light sensor

There are specific versions for :

Example using Micro:bit lowmem version, rename the driver to 'max44009.py' and copy it to flash memory.

import max44009
from microbit import i2c
sensor = max44009.MAX44009(i2c)
sensor.illuminance_lux()