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
- Committer:
- gsteiert
- Date:
- 2013-12-06
- Revision:
- 1:64f023138627
- Parent:
- 0:28bc7ce77e20
File content as of revision 1:64f023138627:
//I2C i2c(p28, p27);
void init_dio();
void pwm_off(void const *arg);
void cmd_i2c_write(char* qry, char* data, char* resp);
void cmd_i2c_read(char* qry, char* data, char* resp);
void cmd_i2c_addr_read(char* qry, char* data, char* resp);
void cmd_pmd_setio(char* qry, char* data, char* resp);
void cmd_pmd_write(char* qry, char* data, char* resp);
void cmd_pmd_read(char* qry, char* data, char* resp);
void cmd_pwm_set(char* qry, char* data, char* resp);
void muri(char* uri, char* data, char* resp);