Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 393 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 393 Bytes

mlx90640-library

MLX90640 library functions

Python

This fork also incorporates code from pjaos.

To run the python module as pi user (non-root). Use:

sudo usermod -a -G i2c pi

To build (requires numpy/cffi):

python setup.py install

Run examples in examples folder. Need pygame + x server to run gui.

Screenshot of pygame interface