Andrija Ovas / Flasher
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "Flasher.h"
00003 Flasher led(LED2);
00004 int main() {
00005 led.flash(5);
00006 led.flash(2);
00007 }