Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BAE_vr2_gingerbread2 by
Diff: beacon.h
- Revision:
- 0:e9c32e1df869
- Child:
- 4:12fe853d8bcf
diff -r 000000000000 -r e9c32e1df869 beacon.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beacon.h Wed Dec 17 06:52:26 2014 +0000 @@ -0,0 +1,13 @@ +#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}};*/ \ No newline at end of file