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.
Dependencies: EthernetInterfaceMuri SDFileSystem mbed-rtos mbed
muri.h@0:28bc7ce77e20, 2013-09-07 (annotated)
- Committer:
- gsteiert
- Date:
- Sat Sep 07 04:43:57 2013 +0000
- Revision:
- 0:28bc7ce77e20
- Child:
- 1:64f023138627
Basic I2C functionality
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| gsteiert | 0:28bc7ce77e20 | 1 | |
| gsteiert | 0:28bc7ce77e20 | 2 | //I2C i2c(p28, p27); |
| gsteiert | 0:28bc7ce77e20 | 3 | |
| gsteiert | 0:28bc7ce77e20 | 4 | void cmd_i2c_write(char* qry, char* data, char* resp); |
| gsteiert | 0:28bc7ce77e20 | 5 | void cmd_i2c_read(char* qry, char* data, char* resp); |
| gsteiert | 0:28bc7ce77e20 | 6 | void cmd_i2c_addr_read(char* qry, char* data, char* resp); |
| gsteiert | 0:28bc7ce77e20 | 7 | void muri(char* uri, char* data, char* resp); |
| gsteiert | 0:28bc7ce77e20 | 8 |