k

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

PaceHeart.h

Committer:
Judorunner
Date:
2016-10-24
Revision:
2:e2ae43e8acab

File content as of revision 2:e2ae43e8acab:

#include <string>
using namespace std;

#ifndef PACEHEART_H
#define PACEHEART_H

int get_p_pacingState();
int get_p_pacingMode();
int get_p_hysteresis();
void set_p_hysteresis(int x);
int get_p_hysterwaiaInterval();
void set_p_hysterwaiaInterval(int x);
int get_lowrateInterval();
void set_lowrateInterval(int x);
double get_p_vPacwAmp();
void set_p_vPacwAmp(double x);
double get_p_vPaceWidth();
void set_p_vPaceWidth(double x);
int get_p_VRP();
void set_p_VRP(int x);
#endif