PURS_ZI_011

Dependencies:   C12832 Rotirka mbed

Files at this revision

API Documentation at this revision

Comitter:
tbjazic
Date:
Wed Feb 15 16:12:39 2017 +0000
Commit message:
Initial.

Changed in this revision

C12832.lib Show annotated file Show diff for this revision Revisions of this file
Rotirka.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
diff -r 000000000000 -r 079c9e35d319 C12832.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C12832.lib	Wed Feb 15 16:12:39 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/askksa12543/code/C12832/#990d5eec2ef6
diff -r 000000000000 -r 079c9e35d319 Rotirka.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Rotirka.lib	Wed Feb 15 16:12:39 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/TVZ-Mechatronics-Team/code/Rotirka/#a66df824999a
diff -r 000000000000 -r 079c9e35d319 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Feb 15 16:12:39 2017 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "Rotirka.h"
+
+int main() {
+    Rotirka rot(p14, p26); //center joystick, buzzer
+    while(true) {
+        // do something else
+        wait(1);
+    }
+}
diff -r 000000000000 -r 079c9e35d319 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Feb 15 16:12:39 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/ef9c61f8c49f
\ No newline at end of file