Skip to content

Commit 20f5cd4

Browse files
Drop firmware version to 32 bytes.
1 parent fa1fb08 commit 20f5cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ below.
6565
| Address | Name | Type | Contains | Length |
6666
| :-----: | ------------------------------------- | :---: | -------------------------------------------------------- | :------: |
6767
| 0x00 | Protocol Version | RO | The NBMC protocol version, [1, 0, 0] | 3 |
68-
| 0x01 | Firmware Version | RO | The NBMC firmware version, as a null-padded UTF-8 string | 64 |
68+
| 0x01 | Firmware Version | RO | The NBMC firmware version, as a null-padded UTF-8 string | 32 |
6969
| 0x10 | Interrupt Status | R/W1C | Which interrupts are currently active, as a bitmask. | 2 |
7070
| 0x11 | Interrupt Control | R/W | Which interrupts are currently enabled, as a bitmask. | 2 |
7171
| 0x20 | Button Status | RO | The current state of the buttons | 1 |

0 commit comments

Comments
 (0)