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.
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: I2C.h
- Revision:
- 22:9114680c05da
- Parent:
- 21:3944f1e2fa4f
- Child:
- 27:7110ebee3484
--- a/I2C.h Thu Jun 17 16:23:14 2010 +0000
+++ b/I2C.h Thu Jul 08 14:27:15 2010 +0000
@@ -106,7 +106,7 @@
*
* Variables:
* data - data to write out on bus
- * returns - a '1' if an ACK was retrieved, a '0' otherwise
+ * returns - a '1' if an ACK was received, a '0' otherwise
*/
int write(int data);
