We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d710b4d commit 2cec9f6Copy full SHA for 2cec9f6
README.md
@@ -156,7 +156,8 @@ from A0 to A15, to input mode:
156
* (volatile uint32_t *) (0x40020000 + 0) = 0; // Set A0-A15 to input mode
157
```
158
159
-By setting individual bits, we can selectively set specific pins to a desired
+Note the volatile specifier. The meaning of it will be covered later. By
160
+setting individual bits, we can selectively set specific pins to a desired
161
mode. For example, this snippet sets pin A3 to output mode:
162
163
```c
0 commit comments