Chaitanya Viswa
/
BAE_SEM5
no beacon yes yes beacon no
Fork of all_combined_week6 by
slave.h@8:772ec80d9c29, 2014-09-19 (annotated)
- Committer:
- viswachaitanya
- Date:
- Fri Sep 19 10:35:04 2014 +0000
- Revision:
- 8:772ec80d9c29
- Parent:
- 3:9b597ed04ef4
updated one
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
harshit_felicity | 0:cbe0ea884289 | 1 | #include "mbed.h" |
greenroshks | 3:9b597ed04ef4 | 2 | #define WriteGeneral 3 |
greenroshks | 3:9b597ed04ef4 | 3 | #define ReadAddressed 1 |
greenroshks | 3:9b597ed04ef4 | 4 | #define slave_address 0x20 |
harshit_felicity | 0:cbe0ea884289 | 5 | void write_to_master(char); //function to write data to master |
greenroshks | 3:9b597ed04ef4 | 6 | void FUNC_I2C_SLAVE_MAIN(int iterations); |