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
dn_clib_version.h@0:d3f5fdf2e6da, 2016-09-01 (annotated)
- Committer:
- jhbr
- Date:
- Thu Sep 01 14:53:55 2016 +0000
- Revision:
- 0:d3f5fdf2e6da
Initial commit of working example
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jhbr | 0:d3f5fdf2e6da | 1 | #ifndef DN_CLIB_VERSION_H |
jhbr | 0:d3f5fdf2e6da | 2 | #define DN_CLIB_VERSION_H |
jhbr | 0:d3f5fdf2e6da | 3 | |
jhbr | 0:d3f5fdf2e6da | 4 | #include "dn_clib_build.h" |
jhbr | 0:d3f5fdf2e6da | 5 | |
jhbr | 0:d3f5fdf2e6da | 6 | enum { |
jhbr | 0:d3f5fdf2e6da | 7 | VER_MAJOR = 1, |
jhbr | 0:d3f5fdf2e6da | 8 | VER_MINOR = 0, |
jhbr | 0:d3f5fdf2e6da | 9 | VER_PATCH = 2, |
jhbr | 0:d3f5fdf2e6da | 10 | }; |
jhbr | 0:d3f5fdf2e6da | 11 | |
jhbr | 0:d3f5fdf2e6da | 12 | #endif |