Dependencies:   mbed-rtos mbed

Committer:
greenroshks
Date:
Wed Jul 09 09:03:11 2014 +0000
Revision:
3:307c56629df0
Parent:
2:1792c9cda669
updated with pranoy's hk

Who changed what in which revision?

UserRevisionLine numberNew contents of line
greenroshks 2:1792c9cda669 1 #include "mbed.h"
greenroshks 2:1792c9cda669 2
greenroshks 2:1792c9cda669 3 void split(float); //function to split 4 bcurrentte data
greenroshks 2:1792c9cda669 4 void write_to_master(char); //function to write data to master
greenroshks 2:1792c9cda669 5 void FUNC_I2C_SLAVE_MAIN();
greenroshks 2:1792c9cda669 6