Swati Bhagwat / Mbed 2 deprecated flash

Dependencies:   mbed

Committer:
SwatiB
Date:
Wed Nov 25 12:54:43 2015 +0000
Revision:
0:34a00b7e9cc0
library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
SwatiB 0:34a00b7e9cc0 1 #include "mbed.h"
SwatiB 0:34a00b7e9cc0 2 #include "Flasher.h"
SwatiB 0:34a00b7e9cc0 3
SwatiB 0:34a00b7e9cc0 4 Flasher led(LED2);
SwatiB 0:34a00b7e9cc0 5
SwatiB 0:34a00b7e9cc0 6 int main() {
SwatiB 0:34a00b7e9cc0 7 led.flash(5);
SwatiB 0:34a00b7e9cc0 8 led.flash(2);
SwatiB 0:34a00b7e9cc0 9 }