https://github.com/CaseySimiele/SevenSegmentVoltmeter_November2024
Voltage Over a Potentiometer, November 2024
https://github.com/CaseySimiele/SevenSegmentVoltmeter_November2024
arduino arduino-uno potentiometer seven-segments-display
Last synced: about 1 year ago
JSON representation
Voltage Over a Potentiometer, November 2024
- Host: GitHub
- URL: https://github.com/CaseySimiele/SevenSegmentVoltmeter_November2024
- Owner: CaseySimiele
- Created: 2024-11-09T00:34:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T00:38:59.000Z (over 1 year ago)
- Last Synced: 2025-03-26T03:28:53.523Z (about 1 year ago)
- Topics: arduino, arduino-uno, potentiometer, seven-segments-display
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro
This sketch measures the voltage over a potentiometer and outputs that onto a four digit, seven segment display
# Requirements
requires the SevSeg.h library, unless you want to put yourself through hell /j
the circuit just requires the four digit, seven segment display, with a resistor on each of the digit pins, and a potentiometer.
there is great documentation/download link here:
https://github.com/DeanIsMe/SevSeg