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.
pacemaker_Param.h
- Committer:
- Huazhi
- Date:
- 2015-11-27
- Revision:
- 0:6477530de2c0
File content as of revision 0:6477530de2c0:
#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