Skip to content

Commit b521776

Browse files
Update content/hacking/01.software/PortManipulation/content.md
Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com>
1 parent 7da74b7 commit b521776

File tree

1 file changed

+1
-1
lines changed
  • content/hacking/01.software/PortManipulation

1 file changed

+1
-1
lines changed

content/hacking/01.software/PortManipulation/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PINC - The Port C Input Pins Register - read only
4141

4242
Each bit of these registers corresponds to a single pin; e.g. the low bit of DDRB, PORTB, and PINB refers to pin PB0 (digital pin 8). For a complete mapping of Arduino pin numbers to ports and bits, see the diagram for your chip: [ATmega8](//www.arduino.cc/en/Hacking/PinMapping), [ATmega168](//www.arduino.cc/en/Hacking/PinMapping168). (Note that some bits of a port may be used for things other than i/o; be careful not to change the values of the register bits corresponding to them.)
4343

44-
#### Examples
44+
## Examples
4545

4646
Referring to the pin map above, the PortD registers control Arduino digital pins 0 to 7\.
4747

0 commit comments

Comments
 (0)