Add hex prefix
This commit is contained in:
parent
5e3ce65cbc
commit
e5ae5b3a3e
1 changed files with 5 additions and 5 deletions
|
@ -12,11 +12,11 @@ The following table describes the bit pattern for a successful communication wit
|
|||
|
||||
| Code | Purpose |
|
||||
| ---- | -------------------- |
|
||||
| 0 | Light Data |
|
||||
| 1 | Control Signal |
|
||||
| 2 | Status Messages |
|
||||
| 3 | Confirmation Message |
|
||||
| 4 | Debug Info |
|
||||
| 0x0 | Light Data |
|
||||
| 0x1 | Control Signal |
|
||||
| 0x2 | Status Messages |
|
||||
| 0x3 | Confirmation Message |
|
||||
| 0x4 | Debug Info |
|
||||
|
||||
### Light Data
|
||||
|
||||
|
|
Loading…
Reference in a new issue