Dependencies:   mbed-rtos mbed

slave.h

Committer:
greenroshks
Date:
2014-07-09
Revision:
3:307c56629df0
Parent:
2:1792c9cda669

File content as of revision 3:307c56629df0:

#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();