Add hex prefix
This commit is contained in:
parent
740abd951d
commit
6b4c24783e
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 |
|
| Code | Purpose |
|
||||||
| ---- | -------------------- |
|
| ---- | -------------------- |
|
||||||
| 0 | Light Data |
|
| 0x0 | Light Data |
|
||||||
| 1 | Control Signal |
|
| 0x1 | Control Signal |
|
||||||
| 2 | Status Messages |
|
| 0x2 | Status Messages |
|
||||||
| 3 | Confirmation Message |
|
| 0x3 | Confirmation Message |
|
||||||
| 4 | Debug Info |
|
| 0x4 | Debug Info |
|
||||||
|
|
||||||
### Light Data
|
### Light Data
|
||||||
|
|
||||||
|
|
Reference in a new issue