micropython-rotary icon indicating copy to clipboard operation
micropython-rotary copied to clipboard

Cannot install library into Thonny

Open tinerfe1986 opened this issue 1 year ago • 1 comments

Good morning,

Im trying to install the library into thonny 4.1.4, Windows 10 Python 3.10.11 Tk 8.6.13

And is not possible, I think because that version is not supporting MIP but Pipy, how can I install it? Even If I put the libraries in the same folder or opening simultaneusly just return me:

ImportError: no module named 'rotary_irq_rp2'

Thank you,

Kind Regards

tinerfe1986 avatar Feb 17 '24 10:02 tinerfe1986

Copy the files rotary.py and one of rotary_irq_rp2.py, rotary_irq_pyb.py, rotary_irq_esp.py that suits you for your board. Then load these files into the memory of your board and run the main file where you use this library.

muttering-oldman avatar Feb 18 '24 23:02 muttering-oldman