Releases: adafruit/Adafruit_CircuitPython_MLX90640
Releases · adafruit/Adafruit_CircuitPython_MLX90640
1.0.3 - Changed CI from Travis to GitHub Actions
This release includes:
- Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-mlx90640
.
Read the docs for info on how to use it.
Example Update
- Update mlx90640_pygamer.py to utilize simpleio.
1.0.1 - Switching to github actions
This release includes
- nothing new! Same as the last one!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-mlx90640
.
Read the docs for info on how to use it.
1.0.0 - Initial Release
This release includes
- grabbing individual frames
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-mlx90640
.
Read the docs for info on how to use it.