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.
Fork of QSL_SimplePublish by
QSL SimplePublish
SmartMesh IP QuickStart Library
- GitHub repository
- Current release used: REL-1.0.2.2
- Documentation
- Discussion
Diff: main.cpp
- Revision:
- 6:bb0ffa1d5be3
- Parent:
- 5:eb02ec8b90f8
- Child:
- 8:8eb144b9ada3
--- a/main.cpp Thu Sep 08 14:30:33 2016 +0000 +++ b/main.cpp Thu Oct 27 08:19:29 2016 +0000 @@ -1,3 +1,11 @@ +/* +Copyright (c) 2016, Dust Networks. All rights reserved. + +SimplePublish example application for the mbed OS. + +\license See attached DN_LICENSE.txt. +*/ + #include "mbed.h" #include "dn_qsl_api.h" // Only really need this include from #include "dn_debug.h" // Included to borrow debug macros
