秋月電子通商で購入できる「LED付ロータリーエンコーダー(赤)ツマミ付セット」をESP32で、1msec間隔でポーリングして、AとBの値を監視して、グラフにしてみる実験。 理想では、「右回り (CW): 00 → 10 → 11 → 01 → 00」、「左回り (CCW): 00 → 01 → 11 → 10 → 00 ...
以前、秋月電子通商で「LED付ロータリーエンコーダー(赤)ツマミ付セット」を購入した。これをESP32 Arduinoで使う方法を入門してみる。 本来は、以下のコードで、4つのビットパータンがそろったとき、1回分と判定する必要がある。どの程度、期待通りに ...
Arduino library for reading rotary encoders that output a 2-bit gray code. Rotary r = Rotary(2, 3); void setup() { r.begin(); } void loop() { result = r.process(); if ...
“I looked at all the available rotary encoder sketches and none of them met my needs, so I have written my own, and here it is”. Well, I looked at all the ...
A menu system for Arduino and mbed* that is modular enough to support different input methods, display modules and remote control methods. TcMenu is more than just an Arduino menu library, think of it ...