You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey trying to use your rotary encoder have had this library working before but that was a while ago when i started coding in python and i tried it again recently for a project and for some reason i am getting a type error for arguments despite inputting all arguments i think i have used it correctly but if not then i would like to know why it is not working here are my copies in case i missed something regarding the files.
please ignore the fact they are pdf github of all websites decides that you can't upload .py files for some reason in the issues section.
here is my init statement:
encoder = RotaryIRQ(pin_num_clk=Pin(2), pin_num_dt=Pin(3),min_val=0, max_val=menu_length,range_mode=RotaryIRQ.RANGE_WRAP,invert=False,half_step=False,pull_up=True)
regards jesse
The text was updated successfully, but these errors were encountered:
edit here is another upload use this one instead for troubleshooting found out i was missing incr but still same issue shows up rotary copy.pdf rotary_irq_rp2 copy.pdf
to whom it may concern
hey trying to use your rotary encoder have had this library working before but that was a while ago when i started coding in python and i tried it again recently for a project and for some reason i am getting a type error for arguments despite inputting all arguments i think i have used it correctly but if not then i would like to know why it is not working here are my copies in case i missed something regarding the files.
please ignore the fact they are pdf github of all websites decides that you can't upload .py files for some reason in the issues section.
rotary copy.pdf
rotary_irq_rp2 copy.pdf
here is my init statement:
encoder = RotaryIRQ(pin_num_clk=Pin(2), pin_num_dt=Pin(3),min_val=0, max_val=menu_length,range_mode=RotaryIRQ.RANGE_WRAP,invert=False,half_step=False,pull_up=True)
regards jesse
The text was updated successfully, but these errors were encountered: