Skip to content

Commit

Permalink
Grammar edited
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalshravika authored Aug 2, 2017
1 parent 2d44191 commit 882c201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tut-pullup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pull- Pins

Suppose a pin is configures as an input. If nothing is connected to the pin and the program tries to read the state of the pin, it would need be in a 'floating' state i.e an unknown state. To prevent this, a pull-up or a pull-down state is defined. They are often used in the case of Buttons and Switches.
Suppose a pin is configured as an input. If nothing is connected to the pin and the program tries to read the state of the pin, it would be in a 'floating' state i.e an unknown state. To prevent this, a pull-up or a pull-down state is defined. They are often used in the case of Buttons and Switches.

Pins 2-7 on both the Ports are available for interrupts.

Expand Down

0 comments on commit 882c201

Please sign in to comment.