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.
Diff: Master.cpp
- Revision:
- 19:eb103ff74671
- Parent:
- 18:fe35916655fa
- Child:
- 20:97ab3d4c07b6
--- a/Master.cpp Mon Nov 18 06:13:57 2013 +0000 +++ b/Master.cpp Tue Nov 19 07:19:09 2013 +0000 @@ -1,5 +1,7 @@ #include "mbed.h" - +#include "geom.hpp" int main() { +Point p1(1,2,3); + } \ No newline at end of file