after pin

Dependencies:   mbed-rtos mbed

Fork of BAE_vr2_gingerbread by sakthi priya amirtharaj

beacon.h

Committer:
raizel_varun
Date:
2014-12-17
Revision:
3:3d9e5f48b0c1
Parent:
0:e9c32e1df869

File content as of revision 3:3d9e5f48b0c1:

#include "mbed.h"

void writereg(uint8_t reg,uint8_t val);
uint8_t readreg(uint8_t reg);
void FUNC_BEA();
/*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}};*/