/circuitpython_stuff

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

Primary LanguageBatchfileMIT LicenseMIT

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