LedController
Dependents: LedControllerTests NerfUSTarget
Fork of Servomotor by
Diff: include/DigitalOutInterface.hpp
- Revision:
- 4:6f0756847428
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/DigitalOutInterface.hpp Sun Mar 05 18:52:04 2017 +0000 @@ -0,0 +1,10 @@ +#ifndef DIGITAL_OUT_INTERFACE_HPP +#define DIGITAL_OUT_INTERFACE_HPP + +class DigitalOutInterface +{ + public: + virtual void write(int value) = 0; +}; + +#endif \ No newline at end of file