vvv

Dependencies:   C027_Support C027_SupportTest SDFileSystem mbed

Fork of C027_SupportTest by u-blox

Files at this revision

API Documentation at this revision

Comitter:
jmouton
Date:
Tue Jan 26 09:03:16 2016 +0000
Parent:
29:16f1037626e3
Commit message:
fisrt

Changed in this revision

C027_Support.lib Show annotated file Show diff for this revision Revisions of this file
C027_SupportTest.lib Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 16f1037626e3 -r f5626c13289f C027_Support.lib
--- a/C027_Support.lib	Wed Nov 18 16:07:01 2015 +0000
+++ b/C027_Support.lib	Tue Jan 26 09:03:16 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027_Support/#49b6276105b9
+http://mbed.org/teams/ublox/code/C027_Support/#57b208dd96fb
diff -r 16f1037626e3 -r f5626c13289f C027_SupportTest.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C027_SupportTest.lib	Tue Jan 26 09:03:16 2016 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/teams/ublox/code/C027_SupportTest/#16f1037626e3
diff -r 16f1037626e3 -r f5626c13289f SDFileSystem.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDFileSystem.lib	Tue Jan 26 09:03:16 2016 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/mbed_official/code/SDFileSystem/#7b35d1709458
diff -r 16f1037626e3 -r f5626c13289f main.cpp
--- a/main.cpp	Wed Nov 18 16:07:01 2015 +0000
+++ b/main.cpp	Tue Jan 26 09:03:16 2016 +0000
@@ -20,18 +20,18 @@
 // These parameters are ignored for LISA-C200 variants and can be left NULL.
 //------------------------------------------------------------------------------------
 //! Set your secret SIM pin here (e.g. "1234"). Check your SIM manual.
-#define SIMPIN      NULL
+#define SIMPIN      "08965247"
 /*! The APN of your network operator SIM, sometimes it is "internet" check your 
     contract with the network operator. You can also try to look-up your settings in 
     google: https://www.google.de/search?q=APN+list */
-#define APN         NULL
+#define APN         "orange.fr"
 //! Set the user name for your APN, or NULL if not needed
-#define USERNAME    NULL
+#define USERNAME    "orange"
 //! Set the password for your APN, or NULL if not needed
-#define PASSWORD    NULL 
+#define PASSWORD    "orange" 
 //------------------------------------------------------------------------------------
 
-//#define CELLOCATE
+#define CELLOCATE
 
 int main(void)
 {