-
Notifications
You must be signed in to change notification settings - Fork 0
Connecting an Analog Sensor (No Pulldown Resistor Required)
MaxFishman edited this page Apr 10, 2025
·
1 revision
Connecting an Analog Sensor (No Pulldown Resistor Required)
For simple analog sensors like potentiometers, which do not require pulldown resistors:
1: Connect your power lead to any + (power) via.
2: Connect your ground lead to any – (ground) via.
3: Connect your data lead to any available analog input via, and make sure to modify your code to match the analog input you chose
The code for this circuit can be found in the Seraph Github repository under the name Seraph_PotentiometerDemo
