mbed project met ethernet communicatie (UDP) Master/slave

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Hey

Revision:
1:db9b9bec0133
Child:
3:fbf3c92f10ee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/led.h	Wed Mar 14 14:38:43 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef led_h
+#define led_h
+#include "mbed.h"
+
+class Led
+{
+public:  
+    explicit Led(); 
+    void setColor(char*);
+};
+
+#endif
\ No newline at end of file