Updated BAE RTOS

Dependencies:   mbed-rtos mbed

Fork of all_combined_week6 by Harshit Gupta

Committer:
greenroshks
Date:
Fri Sep 19 05:12:40 2014 +0000
Revision:
7:b3f876f605d9
Parent:
6:82153349cc9b
latest

Who changed what in which revision?

UserRevisionLine numberNew contents of line
greenroshks 6:82153349cc9b 1 #include "mbed.h"
greenroshks 6:82153349cc9b 2
greenroshks 6:82153349cc9b 3 void writereg(uint8_t reg,uint8_t val);
greenroshks 6:82153349cc9b 4 uint8_t readreg(uint8_t reg);
greenroshks 7:b3f876f605d9 5 void FUNC_BEA();
greenroshks 6:82153349cc9b 6 /*struct ShortBeacon {
greenroshks 6:82153349cc9b 7 char Voltage[1];
greenroshks 6:82153349cc9b 8 char AngularSpeed[2];
greenroshks 6:82153349cc9b 9 char SubsystemStatus[1];
greenroshks 6:82153349cc9b 10 char Temp[3];
greenroshks 6:82153349cc9b 11 char ErrorFlag[1];
greenroshks 6:82153349cc9b 12 }
greenroshks 6:82153349cc9b 13 Shortbeacon = {{0x22}, {0x22, 0x33} , {0x00},{0x00,0x00,0x00}, {0x01}};*/