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: mbed SocketModem nanoservice_client_1_12
main.cpp@0:f739ace74102, 2014-02-17 (annotated)
- Committer:
- zdshelby
- Date:
- Mon Feb 17 21:39:28 2014 +0000
- Revision:
- 0:f739ace74102
- Child:
- 1:5147d3fa7816
- Initial commit with config and debug setup
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| zdshelby | 0:f739ace74102 | 1 | #include "mbed.h" |
| zdshelby | 0:f739ace74102 | 2 | #include "config.h" |
| zdshelby | 0:f739ace74102 | 3 | #include "debug.h" |
| zdshelby | 0:f739ace74102 | 4 | |
| zdshelby | 0:f739ace74102 | 5 | |
| zdshelby | 0:f739ace74102 | 6 | int main() |
| zdshelby | 0:f739ace74102 | 7 | { |
| zdshelby | 0:f739ace74102 | 8 | DEBUG("NanoService Example for KL46Z + Multitech Cellular"); |
| zdshelby | 0:f739ace74102 | 9 | |
| zdshelby | 0:f739ace74102 | 10 | |
| zdshelby | 0:f739ace74102 | 11 | } |
