ESP32Radio-V2
ESP32Radio-V2 copied to clipboard
Just normal encoder instead of serial
Can the code be altered for use of normal encoder instead of serial Manchester type?
I don't know what a "Machester type" is. But you can always alter the code.
OK, I fixed the encoder to run, just added two lines in your setup:
pinMode(ini_block.enc_clk_pin,PULLUP); pinMode(ini_block.enc_dt_pin,PULLUP);
And it works!
Right, my rotary encoder has pull-ups on board.