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.
pacing.cpp
00001 #include "pacing.h" 00002 00003 PinName atrial_pin; 00004 PinName ventricle_pin; 00005 00006 void assign_pins(PinName pin_a , PinName pin_v){ 00007 atrial_pin = pin_a; 00008 ventricle_pin = pin_v; 00009 } 00010 00011 void write_to_pin(PinName pin , int to_write){ 00012 DigitalOut(pin , to_write); 00013 } 00014
Generated on Thu Jul 14 2022 20:54:55 by
1.7.2