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: NerfUS_cmake_add_library_from_mbed NerfUS NerfUSGameCoordinator
Diff: include/BlinkerInterface.hpp
- Revision:
- 1:001a600870d9
- Parent:
- 0:e67c78f2b4f4
- Child:
- 2:17746a0e459f
diff -r e67c78f2b4f4 -r 001a600870d9 include/BlinkerInterface.hpp
--- a/include/BlinkerInterface.hpp Thu Feb 16 11:42:32 2017 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-class BlinkerInterface
-{
- virtual void blink() = 0;
-};