Skip to content

Commit 8fe6bb5

Browse files
Update pinMode.adoc
Fixed code syntax typo
1 parent f731a3b commit 8fe6bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Digital IO/pinMode.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subCategories: [ "Digital I/O" ]
1919
=== Description
2020
Configures the specified pin to behave either as an input or an output. See the http://arduino.cc/en/Tutorial/DigitalPins[Digital Pins] page for details on the functionality of the pins.
2121
[%hardbreaks]
22-
As of Arduino 1.0.1, it is possible to enable the internal pullup resistors with the mode INPUT_PULLUP. Additionally, the INPUT mode explicitly disables the internal pullups.
22+
As of Arduino 1.0.1, it is possible to enable the internal pullup resistors with the mode `INPUT_PULLUP`. Additionally, the `INPUT` mode explicitly disables the internal pullups.
2323
[%hardbreaks]
2424

2525

0 commit comments

Comments
 (0)