Learning classes...

Dependencies:   Stoperica mbed

Files at this revision

API Documentation at this revision

Comitter:
tbjazic
Date:
Wed Feb 03 15:31:09 2016 +0000
Commit message:
Initial.

Changed in this revision

Stoperica.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /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