-->
Page 1 of 1

Rotary Encoder to ESP-01

PostPosted: Tue Sep 29, 2015 9:38 am
by anupak
I have been pushing the I2C to add as many peripherals to the limited ESP-01. The following post http://forgetfullbrain.blogspot.com/2015/09/interfacing-rotary-encoder-using-i2c.html details the wiring.

As usual the C code is available at github https://github.com/anupak/esp8266-samplecode/tree/master/i2c_rotary_encoder.

-Anup