Chaitanya Viswa
/
BAE_SEM5
no beacon yes yes beacon no
Fork of all_combined_week6 by
HK.h
- Committer:
- viswachaitanya
- Date:
- 2014-09-19
- Revision:
- 8:772ec80d9c29
- Parent:
- 6:82153349cc9b
File content as of revision 8:772ec80d9c29:
#include "mbed.h" #define tstart -40 #define tstep 8 #define vstart 3.3 #define vstep 0.84667 #define cstart 0.0691 #define cstep 0.09133 #define rsens 0.095 struct SensorData { char Voltage[10]; char Current[10]; char Temperature[10]; //float Battery[2]; }; typedef struct ShortBeacon { char Voltage[1]; char AngularSpeed[2]; char SubsystemStatus[1]; char Temp[3]; char ErrorFlag[1]; }ShortBeacy; void FUNC_HK_MAIN(); int quantiz(float start,float step,float x);