Skip to content

Releases: adafruit/Adafruit_CircuitPython_IRRemote

5.0.2 - Fix For Sphinx RTD Theme

07 Oct 22:00
Compare
Choose a tag to compare

5.0.1 - Fix Values in Example

22 Apr 01:20
c4daaa7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0 NEC Protocol Compatibility

21 Apr 14:24
d3f3b31
Compare
Choose a tag to compare

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

  • Compatibility for NEC protocol is fixed by @tkomde in #68

New Contributors

Full Changelog: 4.1.19...5.0.0

Fix for uncleared buffer in NonblockingGenericDecode

20 Feb 22:04
72b03fe
Compare
Choose a tag to compare

What's Changed

  • Fix for uncleared buffer in NonblockingGenericDecode by @Kry-Vosa in #67

New Contributors

Full Changelog: 4.1.18...4.1.19

4.1.18 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:22
Compare
Choose a tag to compare

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

25 Sep 15:41
Compare
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.16 - Updated .pylintrc, fixed jQuery

26 May 16:17
fc377ac
Compare
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.15 - Typing Information

12 May 22:29
d92f942
Compare
Choose a tag to compare

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

25 Apr 21:46
365618e
Compare
Choose a tag to compare

What's Changed

  • Handle FailedToDecode exception internally by @dhalbert in #64

Full Changelog: 4.1.13...4.1.14

4.1.13 - Documentation and automation tweaks

23 Jan 20:47
Compare
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.