More than someone can list! To start...
This is where CircuitPython really shines!
.py
or .mpy
) onto the CIRCUITPY drive
(your can organize libraries in a folder on the drive called lib
, but it's not necessary)Everything pertaining to the library is contained in that single file- cool! That means if its a .py
file, you can also open it, read the contents to see how that specific library works, and even make edits to suit your needs.
NOTE: the .mpy
file extension means the python library has been compressed. CircuitPython can still read these files, but you wont be able to edit them.
See 👇 for tips on finding new CircuitPython libraries