mbed project met ethernet communicatie (UDP) Master/slave

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Hey

Revision:
3:fbf3c92f10ee
Parent:
1:db9b9bec0133
Child:
4:7906049f6cca
--- a/led.h	Fri Mar 16 13:05:57 2018 +0000
+++ b/led.h	Fri Mar 16 16:11:17 2018 +0000
@@ -6,7 +6,7 @@
 {
 public:  
     explicit Led(); 
-    void setColor(char*);
+    int setColor(char*);
 };
 
 #endif
\ No newline at end of file