PixArt / Mbed 2 deprecated PAT9125_OTS_L476RG

Dependencies:   mbed

Revision:
1:73967d37f487
Parent:
0:411244c71423
--- a/pat9125_mbed/pat9125_i2c.h	Tue Oct 03 07:26:38 2017 +0000
+++ b/pat9125_mbed/pat9125_i2c.h	Tue Oct 17 09:23:10 2017 +0000
@@ -6,7 +6,7 @@
 class pat9125_i2c : public I2C
 {
     public:           
-        pat9125_i2c(PinName sda = I2C_SDA0, PinName scl = I2C_SCL0);
+        pat9125_i2c(PinName sda, PinName scl);
         static pat9125_i2c * reset() ;
 };