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.
Fork of Pacemaker by
Diff: pulsegenerator.h
- Revision:
- 1:8f545f45d899
- Parent:
- 0:00669618559e
- Child:
- 6:d71e30291a62
--- a/pulsegenerator.h Thu Nov 24 16:37:00 2016 +0000 +++ b/pulsegenerator.h Fri Nov 25 03:44:54 2016 +0000 @@ -22,6 +22,13 @@ modes set_pacing_mode (modes newMode); /****************************************** +* Set the current pace period +* Inputs: new_pace_period_ms - the pace period to switch to +* Returns: The previous pace period +*/ +uint32_t set_pace_period_ms(uint32_t new_pace_period_ms); + +/****************************************** * Initiates pacing. Returns immediately */ void begin_pace ();
