Skip to content

Releases: adafruit/Adafruit_CircuitPython_MLX90640

1.0.3 - Changed CI from Travis to GitHub Actions

17 Jan 02:27
Compare
Choose a tag to compare

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

14 Jan 15:35
0ee7b6f
Compare
Choose a tag to compare
  • Update mlx90640_pygamer.py to utilize simpleio.

1.0.1 - Switching to github actions

07 Dec 03:20
Compare
Choose a tag to compare

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

07 Dec 03:04
Compare
Choose a tag to compare

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.