J&W / Mbed 2 deprecated Rejestrator

Dependencies:   mbed Rejestrator

Dependents:   Rejestrator

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WaitForSwitch.h Source File

WaitForSwitch.h

00001 #include <mbed.h>
00002 #include <Thread.h>
00003 
00004 void WaitForSwitch(DigitalIn Switch, PwmOut led);