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: BMP280
Revision 3:8fa1e77c8a5d, committed 2017-12-18
- Comitter:
- Swaggie
- Date:
- Mon Dec 18 18:11:40 2017 +0000
- Parent:
- 2:5a38ae8459d5
- Child:
- 4:2e6d9492b76d
- Commit message:
- Created header file structure
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Dec 18 18:10:21 2017 +0000
+++ b/main.cpp Mon Dec 18 18:11:40 2017 +0000
@@ -1,6 +1,8 @@
#include "mbed.h"
#include "WebUI.h"
#include "Serial.h"
+#include "Sampling.h"
+#include "LCD.h"
int main()
{