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: parameters.h
- Revision:
- 2:4fb5a8d15f9c
- Parent:
- 0:00669618559e
diff -r 8f545f45d899 -r 4fb5a8d15f9c parameters.h --- a/parameters.h Fri Nov 25 03:44:54 2016 +0000 +++ b/parameters.h Fri Dec 02 19:15:25 2016 +0000 @@ -1,12 +1,19 @@ #ifndef PARAMETERS_H #define PARAMETERS_H +#include <stdint.h> +#include "mbed.h" +#include <string> + + /********************************************** * * Programmable Parameters Access Functions * **********************************************/ +//void param_initialize(string* strArray); + uint16_t get_lower_rate_limit(); // # of pace pulses per minute uint16_t get_lower_rate_limit_period_ms(); // LRL as a period in milliseconds void set_lower_rate_limit(uint16_t lrl);