-
• #2
Thanks - I just fixed this and it should be in the latest 'cutting edge' builds and 1v96
You can fix this in 1v95 with
pinMode(BTN1, "input_pulldown")
- the polarity of the button reading has now changed so it reads 1 when pressed, 0 when not.
With v1.95 on the BBC micro:bit the button watch only fires 1 time.
Reverting back to v1.94 this works as expected on the micro:bit.
This code work OK on Puck.js with v1.95