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 027aa35 commit 6a4f63eCopy full SHA for 6a4f63e
src/07-registers/README.md
@@ -11,7 +11,7 @@ and let's run the starter code statement by statement.
11
12
What's this magic?
13
14
-The address `0x48001018` points to a *register*. A register is special region of memory that
+The address `0x48001018` points to a *register*. A register is a special region of memory that
15
controls a *peripheral*. A peripheral is a piece of electronics that sits right next to the
16
processor within the microcontroller package and provides the processor with extra functionality.
17
After all, the processor, on its own, can only do math and logic.
0 commit comments