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.
master_i2c.h@7:b98d752b7b95, 2012-10-02 (annotated)
- Committer:
- liangzhen
- Date:
- Tue Oct 02 23:53:32 2012 +0000
- Revision:
- 7:b98d752b7b95
- Parent:
- 3:764ccaf29ce9
with all features
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
liangzhen | 1:acf14b6dd1be | 1 | #include "mbed.h" |
liangzhen | 1:acf14b6dd1be | 2 | |
liangzhen | 1:acf14b6dd1be | 3 | void i2c_write(char * data); |
liangzhen | 1:acf14b6dd1be | 4 | void i2c_read(char * buf); |
liangzhen | 1:acf14b6dd1be | 5 | void i2c_test(); |
liangzhen | 1:acf14b6dd1be | 6 | void i2c_test2(); |
liangzhen | 1:acf14b6dd1be | 7 | void master_write(); |
liangzhen | 3:764ccaf29ce9 | 8 | void master_read(int* ro_reading); |
liangzhen | 1:acf14b6dd1be | 9 | void m2s_scan(); |