We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02daa3c commit 0b107aaCopy full SHA for 0b107aa
1 file changed
README.md
@@ -41,15 +41,15 @@ The corresponding `header` (`.h`) and `source` (`.c`) files are placed in the re
41
In the **header** files we've put:
42
43
- All other includes to other libraries/code we need
44
-- PIN and REGISTER definitions
45
-- Public variables
+- PORT, PIN and REGISTER definitions
+- Public variable declararions
46
- Method prototypes
47
48
In the **source** files we've put:
49
50
- A single include to the corresponding header file
51
-- All of the documentation
52
- The (public) variable instantiations
+- All of the documentation
53
- The function implementations
54
55
<br/>
0 commit comments