This repository contains example programs and resources for the Electronics Guild of the Staunton Makerspace.
A bare minimum Arduino sketch that resets all GPIO pins back to their default states. Run this sketch once you are finished with a project to ensure that no GPIO pins are being driven when starting the next project.
An Arduino sketch that blinks the on-board LED.
An Arduino sketch that blinks the on-board LED without using the delay() function.
An Arduino sketch sketch that turns on an LED when a button is pressed.
A bare minimum CircuitPython program that resets all GPIO pins back to their default states. Replace the contents of code.py with this program once you are finished with a project to ensure that no GPIO pins are being driven when starting the next project.
A CircuitPython program that blinks the on-board LED.
A CircuitPython program that prints a hello message to the serial console.
A CircuitPython program that connects a WiFi capable board to the WiFi network and pings Google.
A CircuitPython program that connects a WiFi capable board to the WiFi network and retrieves quotes from Adafruit.