Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
