Kevin Chen
/
HelloWorld
a
Fork of HelloWorld by
main.cpp
- Committer:
- kevinmadethis
- Date:
- 2016-10-29
- Revision:
- 5:402ac8c92d76
- Parent:
- 3:641eefd1110b
File content as of revision 5:402ac8c92d76:
#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(); } }