Skip to content

July 22nd, 2021

Compare
Choose a tag to compare
@theacodes theacodes released this 22 Jul 19:35
· 8 commits to main since this release

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