The one with the new HK

Dependencies:   mbed-rtos mbed

Fork of BAE_vr2_1_1 by Seeker of Truth ,

slave.h

Committer:
greenroshks
Date:
2014-09-10
Revision:
0:8b0d43fe6c05
Child:
9:221d218f4690

File content as of revision 0:8b0d43fe6c05:

#include "mbed.h"
#define WriteGeneral 3
#define ReadAddressed 1
#define slave_address 0x20
void write_to_master(char);                    //function to write data to master
void FUNC_I2C_SLAVE_MAIN(int iterations);