https://github.com/robmarkcole/circuitpython-projects
circuitpython projects for demo/education
https://github.com/robmarkcole/circuitpython-projects
Last synced: about 1 year ago
JSON representation
circuitpython projects for demo/education
- Host: GitHub
- URL: https://github.com/robmarkcole/circuitpython-projects
- Owner: robmarkcole
- License: mit
- Created: 2018-11-01T20:27:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T09:20:57.000Z (over 6 years ago)
- Last Synced: 2025-03-25T00:07:45.605Z (about 1 year ago)
- Language: Python
- Size: 8.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# circuitpython-projects
circuitpython projects for demo/education. Requirements are imported manually from https://github.com/adafruit/Adafruit_CircuitPython_Bundle (download the zipped latest release).
I recommend using [mu](https://github.com/mu-editor/mu) editor ([mu docs](https://mu.readthedocs.io/en/latest/)) as it is ideal for fast iteration of the code. I normally would use vscode, and you can, but you will spend a lot of time reconnecting to the device with `screen` which really slows the development process.
## Photoresistor
A photoresistor is used to detect light/darkness, and toggle an LED colour. The signal from the photoresistor is plotted in real time by Mu.