PURS_ZI_010

Dependencies:   C12832 Temperatura mbed

Files at this revision

API Documentation at this revision

Comitter:
tbjazic
Date:
Thu Feb 02 14:13:25 2017 +0000
Commit message:
Initial.

Changed in this revision

C12832.lib Show annotated file Show diff for this revision Revisions of this file
Temperatura.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/C12832.lib	Thu Feb 02 14:13:25 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/askksa12543/code/C12832/#990d5eec2ef6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Temperatura.lib	Thu Feb 02 14:13:25 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/TVZ-Mechatronics-Team/code/Temperatura/#c1c396a29e74
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Feb 02 14:13:25 2017 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "Temperatura.h"
+
+int main() {
+    Temperatura tempSenzor(p14, p19, p26); //center joystick, Pot1, buzzer
+    while(true) {
+        // do something else
+        wait(1);
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Feb 02 14:13:25 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/ad3be0349dc5
\ No newline at end of file