Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

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