Skip to content

Releases: adafruit/Adafruit_CircuitPython_IRRemote

4.1.6 - Added cp.org link to index.rst

09 Jun 18:08

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.5 - Repo documentation and config updates

07 Jun 16:57

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.4 - Reformatted library to match latest black version

04 Apr 17:39

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.3 - Fix longstanding bug of always returning None result

18 Feb 01:16
9771c93

Choose a tag to compare

What's Changed

  • Fix adafruit_irremote.GenericDecode's decode() method to return decoded result by @lstein in #51

New Contributors

Thank you @lstein!

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

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

Read the docs for info on how to use it.

4.1.2 - Updated documentation link, python version

04 Feb 20:13

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.1 - Updated pylint version, linted

15 Nov 17:49

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.1.0 - Implemented nonblocking decoder

07 Jun 20:14

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.0.6 - Enhanced transmit() in GenericTransmit to allow sending bits and repeating commands

14 Apr 21:20
d8260f2

Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

02 Mar 23:56

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.0.4 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:35

Choose a tag to compare

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

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

Read the docs for info on how to use it.