
beacon program for testing
beacon.h@1:d708bb0cdffc, 2014-07-15 (annotated)
- Committer:
- ee12b079
- Date:
- Tue Jul 15 09:17:35 2014 +0000
- Revision:
- 1:d708bb0cdffc
- Parent:
- 0:ee517f090192
hope this will work ...
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ee12b079 | 0:ee517f090192 | 1 | #include "mbed.h" |
ee12b079 | 0:ee517f090192 | 2 | #include "beacon_func" |
ee12b079 | 0:ee517f090192 | 3 | struct ShortBeacon { |
ee12b079 | 0:ee517f090192 | 4 | char Voltage[1]; |
ee12b079 | 0:ee517f090192 | 5 | char AngularSpeed[2]; |
ee12b079 | 0:ee517f090192 | 6 | char SubsystemStatus[1]; |
ee12b079 | 0:ee517f090192 | 7 | char Temp[3]; |
ee12b079 | 0:ee517f090192 | 8 | char ErrorFlag[1]; |
ee12b079 | 0:ee517f090192 | 9 | } |
ee12b079 | 0:ee517f090192 | 10 | Shortbeacon = {{0x22}, {0x22, 0x33} , {0x00},{0x00,0x00,0x00}, {0x01}}; |