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.
Revision 26:993102540f3d, committed 2019-08-27
- Comitter:
- HeptaSatTraining2019
- Date:
- Tue Aug 27 04:12:49 2019 +0000
- Parent:
- 25:efb6bdda7c02
- 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:09:20 2019 +0000 +++ b/main.cpp Tue Aug 27 04:12:49 2019 +0000 @@ -1,5 +1,5 @@ #include "mbed.h" -#include"HEPTA_EPS.h" +#include "HEPTA_EPS.h" Serial pc(USBTX,USBRX); HEPTA_EPS eps(p16,p26);