Releases: adafruit/Adafruit_CircuitPython_IRRemote
5.0.3 - RTD Sphinx Config
Full Changelog: 5.0.2...5.0.3
5.0.2 - Fix For Sphinx RTD Theme
Full Changelog: 5.0.1...5.0.2
5.0.1 - Fix Values in Example
5.0.0 NEC Protocol Compatibility
Breaking Change (Depending on your usage)
The old handling of the NEC protocol contained bugs. Any user code that was adapted to work around these bugs in sending to certain IR receivers may need to be updated to reflect the now fixed handling of NEC codes.
What's Changed
New Contributors
Full Changelog: 4.1.19...5.0.0
Fix for uncleared buffer in NonblockingGenericDecode
4.1.18 - Fix RTD Docs Build and Unpin Sphinx
Changes: 4.1.17...4.1.18
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.17 - Fix RTD Theme Issue
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.16 - Updated .pylintrc, fixed jQuery
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.15 - Typing Information
This release includes typing information for function arguments and returns. Thank you @pedrovs16.
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.14 - Handle internal exceptions properly
What's Changed
Full Changelog: 4.1.13...4.1.14