ss
Dependencies: MotionSensor mbed
Fork of Assignment2_ver2 by
Hardware.h
- Committer:
- weebgrammers
- Date:
- 2016-11-29
- Revision:
- 7:6dc42e1a2a81
- Parent:
- 3:641eefd1110b
File content as of revision 7:6dc42e1a2a81:
#include <string> using namespace std; #include "mbed.h" #include "PaceHeart.h" #ifndef HARDWARE_H #define HARDWARE_H extern DigitalOut output_pin_A; extern DigitalOut output_pin_V; void Check_serial(Serial &pc,PaceHeart &Pacer); void Output_A(double amp,double wid); void Output_V(double amp,double wid); #endif