sakthi priya amirtharaj
/
BAE_vr2_1_3
i2c working with old hk
Fork of BAE_vr2_1_1 by
slave.h@14:ef6be8ac6569, 2014-12-17 (annotated)
- Committer:
- sakthipriya
- Date:
- Wed Dec 17 06:06:59 2014 +0000
- Revision:
- 14:ef6be8ac6569
- Parent:
- 9:221d218f4690
i2c working with old hk
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
greenroshks | 0:8b0d43fe6c05 | 1 | #include "mbed.h" |
greenroshks | 0:8b0d43fe6c05 | 2 | #define WriteGeneral 3 |
greenroshks | 0:8b0d43fe6c05 | 3 | #define ReadAddressed 1 |
greenroshks | 0:8b0d43fe6c05 | 4 | #define slave_address 0x20 |
raizel_varun | 9:221d218f4690 | 5 | |
raizel_varun | 9:221d218f4690 | 6 | |
raizel_varun | 9:221d218f4690 | 7 | void FUNC_I2C_WRITE2CDMS(); |
raizel_varun | 9:221d218f4690 | 8 | void T_I2C_BAE(); |
raizel_varun | 9:221d218f4690 | 9 | void ir2master(); |
raizel_varun | 9:221d218f4690 | 10 | void FUNC_INT(); |
raizel_varun | 9:221d218f4690 | 11 | void FUNC_RESET(); |
raizel_varun | 9:221d218f4690 | 12 |