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@0:e91ee0e99213, 2015-04-07 (annotated)
- Committer:
- sakthipriya
- Date:
- Tue Apr 07 16:11:54 2015 +0000
- Revision:
- 0:e91ee0e99213
acs integration working
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| sakthipriya | 0:e91ee0e99213 | 1 | #include "mbed.h" |
| sakthipriya | 0:e91ee0e99213 | 2 | #define WriteGeneral 3 |
| sakthipriya | 0:e91ee0e99213 | 3 | #define ReadAddressed 1 |
| sakthipriya | 0:e91ee0e99213 | 4 | #define slave_address 0x20 |
| sakthipriya | 0:e91ee0e99213 | 5 | |
| sakthipriya | 0:e91ee0e99213 | 6 | |
| sakthipriya | 0:e91ee0e99213 | 7 | void FUNC_I2C_WRITE2CDMS(char* ,int); |
| sakthipriya | 0:e91ee0e99213 | 8 | void FUNC_I2C_IR2CDMS(); |
| sakthipriya | 0:e91ee0e99213 | 9 | void FUNC_I2C_INT(); |
| sakthipriya | 0:e91ee0e99213 | 10 | void FUNC_I2C_RESET(); |
| sakthipriya | 0:e91ee0e99213 | 11 | void FUNC_I2C_TC_EXECUTE (char command) ; |
| sakthipriya | 0:e91ee0e99213 | 12 |
