From e5ae5b3a3e0582451856eba6720fd2705a468515 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Tue, 19 Apr 2022 23:52:45 +0200 Subject: [PATCH] Add hex prefix --- communication.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/communication.md b/communication.md index 7892f25..d09a869 100644 --- a/communication.md +++ b/communication.md @@ -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