We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aa97e commit fbc5ee4Copy full SHA for fbc5ee4
02.Digital/DigitalInputPullUp.py
@@ -1,7 +1,7 @@
1
"""
2
Input Pull-up Serial
3
4
- This example demonstrates the use of pinMode(INPUT_PULLUP). It reads a digital
+ This example demonstrates the use of Pin.PULL_UP. It reads a digital
5
input on pin 2 and prints the results to the Serial Monitor.
6
7
The circuit:
0 commit comments