mbed project met ethernet communicatie (UDP) Master/slave

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Hey

Revision:
1:db9b9bec0133
Child:
6:4f13276fd1e2
diff -r 29eeb74e55c6 -r db9b9bec0133 potentiometer.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/potentiometer.h	Wed Mar 14 14:38:43 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef potentiometer_h
+#define potentiometer_h
+#include "mbed.h"
+
+class Potentiometer
+{
+public:  
+    explicit Potentiometer(); 
+    float getPotentiometer();
+};
+
+#endif
\ No newline at end of file