beacon program for testing

Dependencies:   mbed

beacon.h

Committer:
ee12b079
Date:
2014-07-15
Revision:
1:d708bb0cdffc
Parent:
0:ee517f090192

File content as of revision 1:d708bb0cdffc:

#include "mbed.h"
#include "beacon_func"
struct ShortBeacon {
    char Voltage[1];
    char AngularSpeed[2];
    char SubsystemStatus[1]; 
    char Temp[3];  
    char ErrorFlag[1];
}
Shortbeacon = {{0x22}, {0x22, 0x33} , {0x00},{0x00,0x00,0x00}, {0x01}};