The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

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);