Holiday Notice: We're away from Apr 30 to May 5, but our store is open 24/7! All orders placed now will be promptly processed and shipped on May 6.
input.onButtonPressed(Button.A, () => {
led.toggle(0, 0);
});
input.onButtonPressed(Button.B, () => {
led.toggle(4, 0);
});
