a pacemaker

Dependencies:   mbed

Committer:
kohlerba
Date:
Wed Oct 26 18:20:43 2016 +0000
Revision:
3:334300ac49e5
Parent:
1:446bd28a1f19
Changed the functions and modules.;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kohlerba 1:446bd28a1f19 1 #include "pacing.h"
kohlerba 1:446bd28a1f19 2
kohlerba 1:446bd28a1f19 3 double get_v_pace(void);
kohlerba 1:446bd28a1f19 4
kohlerba 1:446bd28a1f19 5 int set_v_pace(double amp);
kohlerba 1:446bd28a1f19 6
kohlerba 1:446bd28a1f19 7 int v_pace_sq(double amp , double pulse_width);