Skip to content

stauntonmakerspace/Electronics-Guild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Electronics Guild Resources

This repository contains example programs and resources for the Electronics Guild of the Staunton Makerspace.

Example Programs

Arduino Sketches

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.

CircuitPython Programs

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.

About

Electronics Guild Resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published