Csr location class shows location and satellite information, which supports H13467 + ST F103RB/NXP LCP1549 boards now.

Dependents:   CsrLocationDemo CsrLocationDemo

Fork of CsrLocation by jie zhao

Files at this revision

API Documentation at this revision

Comitter:
zhjcpi
Date:
Mon Oct 13 08:45:34 2014 +0000
Parent:
9:e6f22b1a7797
Child:
11:10ba3c761444
Commit message:
Adjust the GPIO pin map for button.

Changed in this revision

CsrLocation.h Show annotated file Show diff for this revision Revisions of this file
--- a/CsrLocation.h	Mon Aug 11 03:45:07 2014 +0000
+++ b/CsrLocation.h	Mon Oct 13 08:45:34 2014 +0000
@@ -36,10 +36,10 @@
 #define PINMAP_GPIO_LOC_ONOFF       D9
 #define PINMAP_GPIO_LOC_RESET       D4
 #define PINMAP_GPIO_LOC_WAKEUP      D3
-#define PINMAP_GPIO_BTN             D6
+#define PINMAP_GPIO_BTN             D5
 #define PINMAP_GPIO_TEST            D10
 #define LOC_LED1                    D7
-#define LOC_LED2                    D5
+#define LOC_LED2                    D6
 #define DBG_SERIAL_TYPE             Serial
 #define LOC_SERIAL_TYPE             RawSerial
 #endif
@@ -474,4 +474,3 @@
 
 
 #endif /* CSRLOCATION_H */
-