CircuitPython 0.9.2

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
tannewt
 
Posts: 3298
Joined: Thu Oct 06, 2016 8:48 pm

CircuitPython 0.9.2

Post by tannewt »

From the GitHub release page:
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.

User avatar
willingc
 
Posts: 1
Joined: Wed Oct 24, 2012 11:16 pm

Re: CircuitPython 0.9.2

Post by willingc »

Thanks @tannewt2. Working well so far on the ESP8266 and SAMD21 M0.

User avatar
tannewt
 
Posts: 3298
Joined: Thu Oct 06, 2016 8:48 pm

Re: CircuitPython 0.9.2

Post by tannewt »

Excellent! Let me know if there are any changes you'd like!

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”