sqefqsdf

Dependencies:   C12832 EthernetInterface LM75B mbed-rtos mbed

Fork of app-board-LM75B by Chris Styles

Revision:
6:77a4c45f6416
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Potentiometer.h	Thu Mar 23 12:51:27 2017 +0000
@@ -0,0 +1,14 @@
+#ifndef Potentiometer_H
+#define Potentiometer_H
+
+#include "mbed.h"
+//Class to control an RGB LED using three PWM pins
+class Potentiometer: AnalogIn
+{
+public:
+    Potentiometer(PinName pin);
+    uint8_t readValue();
+private:
+};
+
+#endif
\ No newline at end of file