green rosh / Mbed 2 deprecated Short_beacon_v1

Dependencies:   mbed

Fork of Short_beacon_v1 by shubham c

beacon.h

Committer:
ee12b079
Date:
2014-07-14
Revision:
0:ee517f090192
Child:
1:595050c754a5

File content as of revision 0:ee517f090192:

#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}};