liske / python-apds9960

Python APDS-9960 Library
GNU General Public License v3.0
78 stars 27 forks source link

Micropython Port #2

Closed ThomasWaldmann closed 6 years ago

ThomasWaldmann commented 6 years ago

Thanks for writing this lib, it was easy to port the lib and the examples to MicroPython.

README was updated to provide links to rpi and micropython examples.

Tested on a WeMS ESP32 dev board , it works. :)

BTW, I renamed the examples to use an underscore in the filename rather than a minus, so one also can use import to load them.

liske commented 6 years ago

Thanks!