aboutsummaryrefslogtreecommitdiff
path: root/protocol.go
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.go')
-rw-r--r--protocol.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol.go b/protocol.go
index e9469d2..206e209 100644
--- a/protocol.go
+++ b/protocol.go
@@ -53,12 +53,15 @@ const (
// Unknown events
//
+ // Status Update
// 05 3F 01 00 01 00
// 05 3F 00 00 01 00
//
+ // Collision Detected
// 03 4D 01 00
// 03 4D 00 01
//
+ // Speed Update
// 07 36 20 03 98 3A 2A 00
// 07 36 00 00 E8 03 50 00
)