Skip to content

Commit fbc5ee4

Browse files
authored
Update DigitalInputPullUp.py
1 parent 10aa97e commit fbc5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02.Digital/DigitalInputPullUp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Input Pull-up Serial
33
4-
This example demonstrates the use of pinMode(INPUT_PULLUP). It reads a digital
4+
This example demonstrates the use of Pin.PULL_UP. It reads a digital
55
input on pin 2 and prints the results to the Serial Monitor.
66
77
The circuit:

0 commit comments

Comments
 (0)