Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of pcb_test_vr1_1_2 by
slave.h
- Committer:
- sakthipriya
- Date:
- 2015-05-17
- Revision:
- 5:bf1f3504cd9d
- Parent:
- 0:e91ee0e99213
File content as of revision 5:bf1f3504cd9d:
#include "mbed.h" #define WriteGeneral 3 #define ReadAddressed 1 #define slave_address 0x20 void FUNC_I2C_WRITE2CDMS(char* ,int); void FUNC_I2C_IR2CDMS(); void FUNC_I2C_INT(); void FUNC_I2C_RESET(); void FUNC_I2C_TC_EXECUTE (char command) ;