Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support C027_SupportTest SDFileSystem mbed
Fork of C027_SupportTest by
Revision 30:f5626c13289f, committed 2016-01-26
- Comitter:
- jmouton
- Date:
- Tue Jan 26 09:03:16 2016 +0000
- Parent:
- 29:16f1037626e3
- Commit message:
- fisrt
Changed in this revision
--- 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
--- /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
--- /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
--- 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)
{
