reeeeeeeeeeeeeee

Dependencies:   MotionSensor mbed

Fork of Assignment2_ver5 by weeb grammers

Hardware.h

Committer:
weebgrammers
Date:
2016-11-29
Revision:
9:751e39d24c39
Parent:
7:6dc42e1a2a81

File content as of revision 9:751e39d24c39:

#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