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
toduty_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
andPulseOut
support for infrared transmit and receive.
To install, download a .bin file and follow the guide here for M0 and here for ESP8266.