Skip to content

Commit 55a19d6

Browse files
authored
Merge pull request #51 from rossasarus/Fix-readme-typo
'physial' -> 'physical' update.
2 parents e92db5b + f37ca2a commit 55a19d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pin Addressing
2121

2222
When using single pin operations such as _pinMode(pinId, dir)_ or _digitalRead(pinId)_ or _digitalWrite(pinId, val)_ then the pins are addressed using the ID's below. For example, for set the mode of _GPB0_ then use _pinMode(8, ...)_.
2323

24-
Physial Pin #| Pin Name | Pin ID
24+
Physical Pin #| Pin Name | Pin ID
2525
----|------|------------------------------
2626
21 | GPA0 | 0
2727
22 | GPA1 | 1

0 commit comments

Comments
 (0)