1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 09:24:05 +02:00

doc/PROTOCOL: clarify byte order in SAMPLES messages

This commit is contained in:
Werner Almesberger 2012-06-21 16:20:21 -03:00
parent 8eca4c99c7
commit 734e33cd19

View File

@ -70,4 +70,4 @@ Where each sample is
4 2 Absolute time of Y sample, lower 16 bits
6 2 Y sample (0-1023)
Byte order TBD. (Defined by avr-gcc)
Byte order is little-endian.