Maxime Dupuis / BlinkLib

Dependents:   NerfUS_fork

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BlinkerInterface.hpp Source File

BlinkerInterface.hpp

00001 class BlinkerInterface
00002 {
00003     virtual void blink() = 0;
00004 };