Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: pacemaker_Param.h
- Revision:
- 0:6477530de2c0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pacemaker_Param.h Fri Nov 27 21:43:33 2015 +0000 @@ -0,0 +1,25 @@ +#ifndef PACEMAKER_PARAM_H +#define PACEMAKER_PARAM_H + +#define AVI 100 +#define PVARP_TIME 200 +#define ASENSE_TIME_UPPER 100 + +#define SLEEP_UP_BOUND 60 +#define SLEEP_LOWER_BOUND 30 +#define NORMAL_UP_BOUND 100 +#define NORMAL_LOWER_BOUND 40 +#define SPORTS_UP_BOUND 175 +#define SPORTS_LOWER_BOUND 100 +#define MANUAL_UP_BOUND 175 +#define MANUAL_LOWER_BOUND 30 + +#define VSENSE_TIME_UPPER 100 +#define VRP_TIME 220 + +#define CURRENT_URI 600 +#define CURRENT_LRI 1500 + +#define Broadcase_delay 30 + +#endif \ No newline at end of file