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.
Fork of mbed by
Diff: i2c_api.h
- Revision:
- 55:d722ed6a4237
- Parent:
- 54:71b101360fb9
- Child:
- 59:0883845fe643
--- a/i2c_api.h Tue Jan 08 12:46:36 2013 +0000 +++ b/i2c_api.h Wed Jan 16 12:56:34 2013 +0000 @@ -36,7 +36,7 @@ void i2c_frequency (i2c_t *obj, int hz); int i2c_start (i2c_t *obj); void i2c_stop (i2c_t *obj); -int i2c_read (i2c_t *obj, int address, char *data, int length, int stop); +int i2c_read (i2c_t *obj, int address, char *data, int length, int stop); int i2c_write (i2c_t *obj, int address, const char *data, int length, int stop); void i2c_reset (i2c_t *obj); int i2c_byte_read (i2c_t *obj, int last);
