NerfUS / HardwareInterface

Dependents:   NerfUS_cmake_add_library_from_mbed NerfUS NerfUSGameCoordinator

Revision:
1:001a600870d9
Parent:
0:e67c78f2b4f4
Child:
2:17746a0e459f
--- a/include/MbedBlinker.hpp	Thu Feb 16 11:42:32 2017 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#include "BlinkerInterface.hpp"
-#include "mbed.h"
-
-class MbedBlinker : public BlinkerInterface
-{
-    public:
-        MbedBlinker(DigitalOut led);
-        virtual void blink();
-        
-    private:
-        DigitalOut led;
-};
\ No newline at end of file