Hi all!
I’ve asked this question all over Stack Exchange, no luck.
How can I add a third button?
I’m using the Kitronik Edge Connect Board, and a breadboard to give an electrical signal through a button to one of the pins on the board and then use that as a third button.
Any ideas?
2 Likes
@TheSpacepirate If you just need more functionality, but not a physical button, you can use the Button Clicks extension, which can detect clicks, double clicks, and holds of the A & B buttons (6 event types).
- Details on the extension are at: https://makecode.microbit.org/pkg/bsiever/microbit-pxt-clicks#buttonclicks-onbuttonsingleclicked
- Instructions to add extensions are at: https://makecode.microbit.org/extensions
- And here’s a simple example project: https://makecode.microbit.org/S38554-89609-09584-37444