Skip to content

Commit 0b107aa

Browse files
authored
Update README.md
1 parent 02daa3c commit 0b107aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ The corresponding `header` (`.h`) and `source` (`.c`) files are placed in the re
4141
In the **header** files we've put:
4242

4343
- All other includes to other libraries/code we need
44-
- PIN and REGISTER definitions
45-
- Public variables
44+
- PORT, PIN and REGISTER definitions
45+
- Public variable declararions
4646
- Method prototypes
4747

4848
In the **source** files we've put:
4949

5050
- A single include to the corresponding header file
51-
- All of the documentation
5251
- The (public) variable instantiations
52+
- All of the documentation
5353
- The function implementations
5454

5555
<br/>

0 commit comments

Comments
 (0)