Vincent Cheung
/
HelloWorld
h
Fork of HelloWorld by
main.cpp
- Committer:
- oopakhooo
- Date:
- 2016-10-26
- Revision:
- 3:641eefd1110b
- Parent:
- 2:e2ae43e8acab
- Child:
- 4:f0a11480f39f
File content as of revision 3:641eefd1110b:
#include "mbed.h" #include "PaceHeart.h" //DigitalOut output_pin_A(LED1); PaceHeart* Pacer = new PaceHeart(); int main() { while(1) { Pacer->pace_V(); Pacer->pace_A(); } }