Revision:
2:5cbf7e01ee23
Parent:
1:26bfcb9024a0
--- a/PCF8574.cpp	Wed Oct 11 14:43:38 2017 +0000
+++ b/PCF8574.cpp	Wed Oct 11 16:06:06 2017 +0000
@@ -19,7 +19,7 @@
 
 PCF8574::PCF8574 ( PinName sda, PinName scl, uint32_t addr, uint32_t freq )
     : i2c          ( sda, scl )
-    , PCF8574_Addr  ( addr )
+    , PCF8574_Addr ( addr )
 {
     i2c.frequency( freq );
 }