memomem

備忘録・メモ置き場

2023-10-16から1日間の記事一覧

Arduinoでのイベント

// イベント実装方法サンプル // https://github.com/bakercp/PacketSerial/blob/master/src/PacketSerial.h class BtnInput { public: typedef void (*BtnPressHandler)(bool v); BtnInput(int buttonPin_, int pushLimit_){ buttonPin = buttonPin_; pushL…