Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 889 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 889 Bytes

circuitpython_stuff

My bits'n'bobs for working with Adafruit's CiruitPython

All collected here, as they're too small to merit separate repos.


Easier CIRCUITPY access on Linux

Add the following to /etc/fstab:

# allow any user to "mount -L CIRCUITPY" or "mount /mnt/CIRCUITPY":
LABEL=CIRCUITPY /mnt/CIRCUITPY vfat defaults,noauto,users,noatime,flush,umask=0000 0 0

Bookmarks

CircuitPython in general

Sensirion's SPS30 particle sensor

Other WIP