Editing Potentiometer
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 15: | Line 15: | ||
= How to control it in MicroPython = | = How to control it in MicroPython = | ||
<syntaxhighlight lang="python" line='line'> | <syntaxhighlight lang="python" line='line'> | ||
− | |||
from machine import Pin, ADC | from machine import Pin, ADC | ||
from time import sleep | from time import sleep | ||
Line 26: | Line 25: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | Here the voltage of Pin 34 is manipulable with the poti: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Here the voltage of Pin 34 | ||
[[File:PotiConnection2.jpg|300px]] | [[File:PotiConnection2.jpg|300px]] | ||
− | |||
Schematic drawing: | Schematic drawing: | ||
[[File:PotiConnection1.png|300px]] | [[File:PotiConnection1.png|300px]] | ||
+ | |||
+ | |||
= Related Tutorial Videos = | = Related Tutorial Videos = |