A very simple “Magic The Gathering” life counter, helps keep track of life totals.
Because an application on phone drains the battery and dices so easy to drop from a table.
2 Likes
pollButtons() and justPressed() rely on your main loop taking a certain amount of time for each iteration, to properly debounce the buttons. It would be better to slow down loop() by using nextFrame() or just a simple arduboy.delayShort().
Thanks! Reset now works better.