aboutsummaryrefslogtreecommitdiff
path: root/protocol.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-12-28 14:23:41 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-12-28 14:23:41 +0100
commit68d2e7dd23a6e19b06b2c22453b88489d89e2622 (patch)
tree35253c11dcc7b14f29d0dcd0fea007ea15183619 /protocol.go
parent7ffd14754bc2d1fc815cd249e6aa88aa0ee0ad23 (diff)
Reverse protocol
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
)