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.
Diff: main.h
- Revision:
- 5:726d7857fd33
- Parent:
- 4:af325c921e79
diff -r af325c921e79 -r 726d7857fd33 main.h
--- a/main.h Tue Feb 11 20:38:43 2014 +0000
+++ b/main.h Wed Feb 12 07:07:48 2014 +0000
@@ -15,6 +15,8 @@
#define TYPE 0x00
#define STOP 0x3E
+#define TIME 600000 // 100 ms
+
typedef struct {
string trame;
char size;
@@ -28,7 +30,7 @@
void Sender_thread(void const *args);
void Receiver_thread(void const *args);
-extern "C" void TIMER0_IRQHandler (void);
+extern "C" void TIMER3_IRQHandler (void);
extern "C" void TIMER2_IRQHandler (void);