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: mbed
Diff: main.cpp
- Revision:
- 44:3b45ec49bc44
- Parent:
- 43:8e154016dd89
- Child:
- 45:eb06f1d42938
diff -r 8e154016dd89 -r 3b45ec49bc44 main.cpp
--- a/main.cpp Wed Jul 08 15:16:26 2015 +0000
+++ b/main.cpp Wed Jul 08 15:42:30 2015 +0000
@@ -8,9 +8,6 @@
int main(void)
{
- initialise();
- data(4,35);
- data(5,34);
- data(6,32);
- data(7,7);
+ initialise(); //used to create the Datalog file
+ calculate(4); //testing
}
\ No newline at end of file