Skip to content

Releases: adafruit/Adafruit_CircuitPython_EMC2101

1.1.6 - fix setup.py: this library uses a package directory

29 Mar 01:43
21d5dfb
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-emc2101.

Read the docs for info on how to use it.

1.1.5 - Fixed LUT, improved memory usage,

23 Mar 18:14
1847b54
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-emc2101.

Read the docs for info on how to use it.

1.1.4 - Moved pylint from build.yml to .pre-commit-config.yml

10 Mar 23:34
3ae2a7c
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-emc2101.

Read the docs for info on how to use it.

1.1.3 - Fixed PWM frequency bug

09 Feb 19:45
c495e12
Compare
Choose a tag to compare

Fixed an error where the user was not able to set the PWM Frequency.

Thanks @maxbec

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-emc2101.

Read the docs for info on how to use it.

1.1.2 - PWM Example link

16 Dec 02:49
Compare
Choose a tag to compare

This release adds a link to the PWM example to the documentation page
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-emc2101.

Read the docs for info on how to use it.

1.1.1 - Docs update

16 Dec 01:46
Compare
Choose a tag to compare

This release adds a link to the LUT example to the docs page

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-emc2101.

Read the docs for info on how to use it.

1.1.0 - Added PWM frequency knobs, fixed documentation

30 Nov 21:04
683ecec
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-emc2101.

Read the docs for info on how to use it.

1.0.0 - Initial release

26 Oct 22:59
Compare
Choose a tag to compare

This release includes

  • Internal and external temperature reads
  • Manual fan speed setting
  • Temp->Fan speed LUT support
  • misc knobs

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-emc2101.

Read the docs for info on how to use it.