Xinyuan-LilyGO / T-TWR

Programmable walkie-talkie.
105 stars 13 forks source link

Rotary Encoder Pins #18

Open richonguzman opened 4 weeks ago

richonguzman commented 4 weeks ago

I get Pin_A and Pin_B of the rotary definitions for the T-TWR

is any of them like DT and CLK of the rotary encoder libraries available?

lewisxhe commented 3 weeks ago

Of course, the essence is a rotary encoder

richonguzman commented 3 weeks ago

Of course, the essence is a rotary encoder

do you know which is DT ? to get the code right to test it ?

lewisxhe commented 3 weeks ago

A = CLK , B = DT

richonguzman commented 3 weeks ago

A = CLK , B = DT

thanks a lot! im closer and closer for getting all working!