Fork of Ublox Lib

Fork of C027_Support by u-blox

Revision:
139:5df09023c4e9
Parent:
93:2b5478693c20
--- a/GPS.h	Thu Feb 25 13:22:34 2016 +0000
+++ b/GPS.h	Tue Dec 06 10:43:13 2016 +0000
@@ -214,8 +214,8 @@
         \param adr the I2C address of the GPS set to (66<<1)
         \param rxSize the size of the serial rx buffer
     */
-    GPSI2C(PinName sda          GPS_IF( = GPSSDA, = D14 ), 
-           PinName scl          GPS_IF( = GPSSCL, = D15 ),
+    GPSI2C(PinName sda          GPS_IF( = GPSSDA, = PA_10 ), 
+           PinName scl          GPS_IF( = GPSSCL, = PA_9 ),
            unsigned char i2cAdr GPS_IF( = GPSADR, = (66<<1) ), 
            int rxSize           = 256 );
     //! Destructor