diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-02-14 15:30:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 15:30:46 +0100 |
commit | c76eaea4eecbe4b5b6c5c0eb0f82d23491f87dba (patch) | |
tree | 43d11e4ef0b15a6a79c098eaf9f7c0f01eeeb060 | |
parent | 24b8f80b1ac1871e45abe91739afe9245b91cb2a (diff) | |
download | qtmips-c76eaea4eecbe4b5b6c5c0eb0f82d23491f87dba.tar.gz qtmips-c76eaea4eecbe4b5b6c5c0eb0f82d23491f87dba.tar.bz2 qtmips-c76eaea4eecbe4b5b6c5c0eb0f82d23491f87dba.zip |
Clarify KNOBS_8BIT register.
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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'). ``` |