none

Revision:
3:e45eb11841df
Parent:
0:37337b5a13c0
Child:
4:032e37009fc1
--- a/PCF8575.h	Thu Sep 09 08:04:32 2010 +0000
+++ b/PCF8575.h	Thu Sep 09 08:05:54 2010 +0000
@@ -25,10 +25,10 @@
 #ifndef MBED_PCF8575_H
 #define MBED_PCF8575_H
 
-/** Interface to the popular PCF8574 I2C 8 Bit IO expander */
+/** Interface to the PCF8575 I2C 16 Bit IO expander */
 class PCF8575 {
 public:
-    /** Create an instance of the PCF8574 connected to specfied I2C pins, with the specified address.
+    /** Create an instance of the PCF8575 connected to specfied I2C pins, with the specified address.
      *
      * @param sda The I2C data pin
      * @param scl The I2C clock pin
@@ -44,7 +44,7 @@
     
     /** Write to the IO pins
      * 
-     * @param data The 8 bits to write to the IO port
+     * @param data The 16 bits to write to the IO port
      */
     void write(int data);