LAB10_Oppgave2

Dependencies:   mbed

Fork of LAB10_Oppgave2 by EL-POM1001

Files at this revision

API Documentation at this revision

Comitter:
rlanghbv
Date:
Wed Nov 04 19:23:37 2015 +0000
Parent:
1:c3e8496642b4
Commit message:
fix

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r c3e8496642b4 -r dc9d556924d9 main.cpp
--- a/main.cpp	Wed Nov 04 19:22:51 2015 +0000
+++ b/main.cpp	Wed Nov 04 19:23:37 2015 +0000
@@ -11,7 +11,7 @@
 int main()
 {
     //Listen for serial data from the PC
-    pc.attach(&callback);
+    pc.attach(&pcTxSrialData);
 
     while (1) {
         wait(1);