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 0:a3560b5774a8, committed 2016-02-03
- Comitter:
- tbjazic
- Date:
- Wed Feb 03 15:31:09 2016 +0000
- Commit message:
- Initial.
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Stoperica.lib Wed Feb 03 15:31:09 2016 +0000 @@ -0,0 +1,1 @@ +https://developer.mbed.org/teams/TVZ-Mechatronics-Team/code/Stoperica/#2fab4c84205a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Wed Feb 03 15:31:09 2016 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "Stoperica.h"
+
+int main() {
+ Stoperica mojaStoperica(p14, p12); // start pin: p14, stop pin: p12
+ while(true) {
+ // do something else
+ wait(1);
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Feb 03 15:31:09 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/6f327212ef96 \ No newline at end of file