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_FRDM_INTEGRATION by
beacon.h
00001 #include "mbed.h" 00002 00003 void writereg(uint8_t reg,uint8_t val); 00004 uint8_t readreg(uint8_t reg); 00005 void FUNC_BEA(); 00006 /*struct ShortBeacon { 00007 char Voltage[1]; 00008 char AngularSpeed[2]; 00009 char SubsystemStatus[1]; 00010 char Temp[3]; 00011 char ErrorFlag[1]; 00012 } 00013 Shortbeacon = {{0x22}, {0x22, 0x33} , {0x00},{0x00,0x00,0x00}, {0x01}};*/
Generated on Tue Jul 12 2022 19:16:04 by
