July 22nd, 2021
This is a bugfix & maintenance release for Big Honking Button's CircuitPython libraries.
👉 TL;DR download big-honking-button-2021.07.22.zip and extract it to your CIRCUITPY
drive 👈
Please follow the firmware upgrade instructions in the user's guide to upgrade your device's firmware and libraries.
Changes from 2021.2.13
This release has a breaking change.
You'll need to update your code.py
to call bhb.update()
. Replace:
while True:
...
with:
while bhb.update():
...
Firmware:
- Add the ability to track pressed (triggered) and released for gate in and the button independently.
User guide:
- Add code reference section
- Updated the list of samples
- Fixed some small grammar fixes (#10)
- Added new images for the build guide
- Fixed up some small issues on the main user guide
- Added warranty information
Docs:
- Updated some newly broken URLs
- Added CV select sample (#9)
Factory:
- Setup release script
- Fixed up scripts to work with newest wintertools
Other:
- Created funding.yml