для управления турелью

Dependencies:   mbed

Revision:
3:e47c0c98f515
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/led_color.hpp	Thu Jan 19 05:22:19 2017 +0000
@@ -0,0 +1,16 @@
+#ifndef _LED_COLOR_H_
+#define _LED_COLOR_H_
+
+class StateLed {
+    private:
+    public:
+    StateLed(void);
+    ~StateLed(void);
+    void setLedRed(void);
+    void setLedGreen(void);
+    void setLedBlue(void);
+    void setLedNull(void);
+    void setLedWhite(void);
+};
+
+#endif
\ No newline at end of file