Vincent Cheung
/
HelloWorld
h
Fork of HelloWorld by
Diff: main.cpp
- Revision:
- 2:e2ae43e8acab
- Parent:
- 0:fb6bbc10ffa0
- Child:
- 3:641eefd1110b
diff -r 03c191369089 -r e2ae43e8acab main.cpp --- a/main.cpp Sun Jan 01 20:57:57 2012 +0000 +++ b/main.cpp Mon Oct 24 01:11:37 2016 +0000 @@ -1,7 +1,10 @@ #include "mbed.h" +#include "PaceHeart.h" DigitalOut myled(LED1); + + int main() { while(1) { myled = 1;