aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-14 15:30:46 +0100
committerGitHub <noreply@github.com>2019-02-14 15:30:46 +0100
commitc76eaea4eecbe4b5b6c5c0eb0f82d23491f87dba (patch)
tree43d11e4ef0b15a6a79c098eaf9f7c0f01eeeb060 /README.md
parent24b8f80b1ac1871e45abe91739afe9245b91cb2a (diff)
downloadqtmips-c76eaea4eecbe4b5b6c5c0eb0f82d23491f87dba.tar.gz
qtmips-c76eaea4eecbe4b5b6c5c0eb0f82d23491f87dba.tar.bz2
qtmips-c76eaea4eecbe4b5b6c5c0eb0f82d23491f87dba.zip
Clarify KNOBS_8BIT register.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 99a80c2..e4cb6ec 100644
--- a/README.md
+++ b/README.md
@@ -105,11 +105,11 @@ offsets follows.
#define SERP_TX_REG_o 0x04
```
-The another peripheral allows to set three bytes values
-concatenated to single word from user panel and
-display one word in hexadecimal, decimal and binary
-format ('LED_LINE' register). There are two other
-words writtable which define color of RGB LED 1 and 2
+The another peripheral allows to set three byte values
+concatenated to single word (read-only KNOBS_8BIT register)
+from user panel set by knobs and display one word in hexadecimal,
+decimal and binary format ('LED_LINE' register). There are two
+other words writtable which control color of RGB LED 1 and 2
(registers 'LED_RGB1' and 'LED_RGB2').
```