Updated BAE RTOS

Dependencies:   mbed-rtos mbed

Fork of all_combined_week6 by Harshit Gupta

slave.h

Committer:
harshit_felicity
Date:
2014-07-10
Revision:
0:cbe0ea884289
Child:
3:9b597ed04ef4

File content as of revision 0:cbe0ea884289:

#include "mbed.h"


void split(float);                             //function to split 4 bcurrentte data
void write_to_master(char);                    //function to write data to master
void FUNC_I2C_SLAVE_MAIN();

struct SensorData                              //HK_data_structure
{
    float voltage[10];
    float current[10];
    float temp[10];
    //float Battery[2];
};