0.8.4 - European Vacation
Pre-release
Pre-release
Hi all, thought I'd release a new beta before my European vacation. I will be checking in periodically but things may be a bit sporadic for a little while.
This release is based on MicroPython 1.8.7.
Changes since 0.8.3:
- all:
PWMOut
supports different frequencies. - all: Renamed
duty
PWMOut
constructor argument toduty_cycle
to match property. - all: Published new design guide for contributions.
- SAMD21: Newly created filesystems are now called
CIRCUITPY
. - SAMD21: Correct USB sleep time. (A sleep of 2 seconds was actually 2.7. Whoops!)
- SAMD21: Cleanly reset the ADC and DAC.
- SAMD21: Various pinout fixes.
- SAMD21: Dim the status LEDs so they are less blinding.
To install, download a .bin file and follow the guide here for M0 and here for ESP8266.