aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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').
```