+
CircuitPython Libraries
+
+ These are libraries and drivers available in separate GitHub repos.
+ They are designed for use with CircuitPython and may or may not work with MicroPython.
+
+
Download Instructions
+
+
+
+
+ The libraries in each release are compiled for all recent major versions
+ of CircuitPython. Please download the one that matches the major version
+ of your CircuitPython. For example, if you are running 3.0.0 you should
+ download the 3.x bundle.
+
+
+ To install, simply download the matching zip file, unzip it, and copy
+ the lib folder onto your CIRCUITPY drive. Non-express boards such as the
+ Trinket M0, Gemma M0 and Feather M0 Basic will need to selectively copy
+ files over.
+
+
+
Contributing
+
Quick bit about contributing (TODO TEXT FROM KATTNI)
+
+
New Libraries
+
+ {% for library in site.data.libraries.library_updates.new %}
+ - {{library[0]}}
+ {% endfor %}
+
+
+
+
Updated Libraries
+
+ {% for library in site.data.libraries.library_updates.updated %}
+ - {{library[0]}}
+ {% endfor %}
+
+
+