github adafruit/circuitpython 0.9.2
0.9.2 - Infrared

latest releases: 9.1.0-beta.2, 9.1.0-beta.1, 9.0.4...
pre-release7 years ago

This release contains two new additions to nativeio in preparation for new hardware and a few tweaks. Things continue to be a bit slower than normal as I wrap up the last two weeks of travel.

This release is based on MicroPython 1.8.7.

Change highlights since 0.9.1:

  • Change keyword argument to PWMOut constructor for duty cycle from duty to duty_cycle to match the attribute.
  • esp8266: Turn off framebuf to save flash space. Use the Python implementation when needed.
  • Turn on stack checking so that infinite recursion fails gracefully.
  • atmel-samd: Add PulseIn and PulseOut support for infrared transmit and receive.

To install, download a .bin file and follow the guide here for M0 and here for ESP8266.

Don't miss a new circuitpython release

NewReleases is sending notifications on new releases.