Releases: wntrblm/Big_Honking_Button
August 13th, 2021
This is a bugfix & maintenance release for Big Honking Button's CircuitPython libraries.
👉 TL;DR download big-honking-button-2021.08.13.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.07.22
Firmware:
- Fix off-by-one error in
select_from_list_using_cv
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
February 13th, 2021
This is a bugfix & maintenance release for Big Honking Button's CircuitPython libraries.
👉 TL;DR download big-honking-button-2021.2.13.zip and extract it to your CIRCUITPY
drive 👈
Please follow the upgrade instructions in the user's guide to upgrade your device's firmware and libraries.
Changes from 2021.1.8
Bugfixes:
- Fixed bug where high pitch CV would cause the sample rate to be too high (#7)
Documentation:
- Increased overall contrast
- Clearly mark external links
Internal changes:
- Changed factory setup scripts to use
wintertools
.
2021.1.8
Changes:
- Adds support for board revision 5 which is used for Big Honking Buttons manufactured starting in 2021.
- Improves the stability and accuracy of pitch CV readings for all board revisions.
Warnings:
- v5 boards require CircuitPython
6.1.0+
which is currently in its release candidate phase. You can get it from here, just be sure not to download6.0.1
.
2020.11.19
- Adds support for CircuitPython 6.0
2020.6.28
2020.6.22
May 30th, 2020
Initial release of Big Honking Button firmware + libraries