Changes to be committed: modified: README.md new file: Scripts/Lights-on-off-intervals.py new file: Scripts/Onboard-LED-On.py Modified readme with additional notes. Started on a few scripts I'd like to take note of. At least showing on gitea.
18 lines
569 B
Markdown
18 lines
569 B
Markdown
# Auto Garden
|
|
### Growing a garden with automation and raspberry pi pico.
|
|
|
|
<p>
|
|
This will be a staging spot for all my python scripts mostly. Hopefully use this to update pico w in the future possibly?
|
|
</p>
|
|
|
|
Note 1:
|
|
<p>
|
|
Using thonny as my IDE for micropython on raspberry pi pico w.
|
|
First thing to know is main.py will auto start with pico. Then you can call your other python scripts as needed really.
|
|
</p>
|
|
|
|
Note 2:
|
|
<p>
|
|
Grounding the RUN terminal will reset the Pico. I've jumped run to a button and the other side of the button to ground. Easy clickable reset.
|
|
</p>
|