complete

Dependencies:   Laboration2 mbed

Files at this revision

API Documentation at this revision

Comitter:
gakenn88
Date:
Tue Nov 13 12:30:46 2018 +0000
Commit message:
complete labb 2

Changed in this revision

Laboration2.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/Laboration2.lib	Tue Nov 13 12:30:46 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/gakenn88/code/Laboration2/#bb1203dec875
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Nov 13 12:30:46 2018 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+#include "Temperature.h"
+
+Labb2 emsensor(0x80);
+    
+    int main()
+    {
+    emsensor.power_sensor(1);
+    while (1==1)
+
+    printf("%f\n",emsensor.get_temp());
+
+    }
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Nov 13 12:30:46 2018 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/e7ca05fa8600
\ No newline at end of file