pycom / pycom-libraries

MicroPython libraries and examples that work out of the box on Pycom's IoT modules
330 stars 379 forks source link

What happened to pytrack.py? #135

Closed danalvarez closed 3 years ago

danalvarez commented 3 years ago

Hello,

Trying to use a Pytrack 1.0, most examples import the library via from pytrack import Pytrack. However, all links point to this repo: https://github.com/pycom/pycom-libraries/blob/master/pytrack, which no longer exists. Where can I find the correct library to import?

Best,

Dan

peter-pycom commented 3 years ago

Ah, yes, that has been restructured recently. The files are here now: https://github.com/pycom/pycom-libraries/tree/master/shields

And the update to the documentation has been merged just now. So, now there shouldn't be any more broken links flying around. If you spot any more broken links, please do let us know!