Jelle Raes / Mbed 2 deprecated Projec_1_projectlab

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Fork of communication by Jelle Raes

Revision:
0:52e944ca21ea
Child:
1:550192b4ae8e
diff -r 000000000000 -r 52e944ca21ea slave.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/slave.h	Tue Mar 13 09:40:51 2018 +0000
@@ -0,0 +1,14 @@
+#ifndef SLAVE_H
+#define SLAVE_H
+
+float getTemp();
+float getPot();
+
+void putLCD(char*);
+void putLED(char*);
+void putLED(float, float, float);
+void putBuzzer(int,int);
+
+void startSlave(const char *ip);
+char *getResponse(const char *request);
+#endif
\ No newline at end of file