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: HEPTA_CDH HEPTA_EPS HEPTA_SENSOR mbed
Revision 25:5fd40a170032, committed 2019-08-27
- Comitter:
- HeptaSatTraining2019
- Date:
- Tue Aug 27 01:15:05 2019 +0000
- Parent:
- 24:cfcbac775459
- Child:
- 26:de500e7ff563
- Commit message:
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Aug 27 01:01:24 2019 +0000
+++ b/main.cpp Tue Aug 27 01:15:05 2019 +0000
@@ -1,15 +1,15 @@
#include "mbed.h"
-#include"HEPTA_EPS.h"
-#include"HEPTA_CDH.h"
-#include"HEPTA_SENSOR.h"
-#include"HEPTA_COM.h"
+#include "HEPTA_EPS.h"
+#include "HEPTA_CDH.h"
+#include "HEPTA_SENSOR.h"
+#include "HEPTA_COM.h"
Serial pc(USBTX,USBRX);
HEPTA_EPS eps(p16,p26);
-HEPTA_CDH cdh(p5, p6, p7, p8, "sd");
+HEPTA_CDH cdh(p5,p6,p7,p8,"sd");
HEPTA_SENSOR sensor(p17,
p28,p27,0xD0,0x18,
- p13, p14,p25,p24);
+ p13,p14,p25,p24);
HEPTA_COM com(p9,p10);
DigitalOut myled(LED1);