Hello,
I have started playing with microcontrollers. And I am completely completely green. I have come to the encoder support. Although I have written a support for such an encoder myself and it works, but there are ready-made libraries that I would like to just add to the Thonny environment. Just how do I go about doing this? The libraries I'm interested in are on Github at the link:
https://github.com/miketeachman/micropython-rotary
I am supposed to add rotary.py and rotary_irq_esp.py, just how to do it? I've looked around the web, but there are only descriptions there to use this finder, what Thonny has, or somehow through PIP (and still somehow call the virtual environment - pulp), whatever it is and it applies to Python in general, not Thonny.
I have started playing with microcontrollers. And I am completely completely green. I have come to the encoder support. Although I have written a support for such an encoder myself and it works, but there are ready-made libraries that I would like to just add to the Thonny environment. Just how do I go about doing this? The libraries I'm interested in are on Github at the link:
https://github.com/miketeachman/micropython-rotary
I am supposed to add rotary.py and rotary_irq_esp.py, just how to do it? I've looked around the web, but there are only descriptions there to use this finder, what Thonny has, or somehow through PIP (and still somehow call the virtual environment - pulp), whatever it is and it applies to Python in general, not Thonny.