LedController

Dependents:   LedControllerTests NerfUSTarget

Fork of Servomotor by NerfUS

Revision:
5:7e27c8b08acd
Parent:
4:6f0756847428
--- a/include/LedController.hpp	Sun Mar 05 18:52:04 2017 +0000
+++ b/include/LedController.hpp	Wed Mar 08 16:58:30 2017 +0000
@@ -2,8 +2,9 @@
 #define LED_CONTROLLER_HPP
 
 #include "DigitalOutInterface.hpp"
+#include "LedControllerInterface.hpp"
 
-class LedController
+class LedController : public LedControllerInterface
 {
     public:
         LedController(DigitalOutInterface &digital_out);