Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Revision 3:d015f636e4e3, committed 2015-04-16
- 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()
{