Bismarck / Mbed 2 deprecated xbee_send_v2

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
tsillen
Date:
Thu Apr 16 11:18:47 2015 +0000
Parent:
1:4a28329e243f
Commit message:
Errors gefixt

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Apr 16 11:15:25 2015 +0000
+++ b/main.cpp	Thu Apr 16 11:18:47 2015 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "iostream"
+//#include "iostream"
 #include "stdio.h"
 #include "stdlib.h"
 
@@ -12,7 +12,7 @@
 
 int counter = 0;
 void sendsignal();
-void receivesignal(char bericht);
+void receivesignal(int bericht);
 
 int main()
 {