Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
43f0abb
)
Fix typo in example for raw message format.
author
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Sun, 25 May 2014 01:30:12 +0000
(21:30 -0400)
committer
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Sun, 25 May 2014 01:30:12 +0000
(21:30 -0400)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
c17eb6d
..
edef8f8
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-38,7
+38,7
@@
discrete pieces of information in the measurement.
The format for a raw CAN message:
- {"bus": 1, "id": 1234, "
value
": "0x12345678"}
+ {"bus": 1, "id": 1234, "
data
": "0x12345678"}
**bus** - the numerical identifier of the CAN bus where this message originated,
most likely 1 or 2 (for a vehicle interface with 2 CAN controllers).