Add a trivial example script and some formatting.

This commit is contained in:
2025-05-04 12:00:46 -07:00
parent 32a23b7bf9
commit 90f94c3077
4 changed files with 191 additions and 2 deletions

View File

@ -15,6 +15,8 @@
#include <Arduino.h>
const uint8_t DEBOUNCE_MS = 10;
class Button {
protected:
typedef void (*CallbackFunction)(void);