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
- Committer:
- kohlerba
- Date:
- 2016-10-26
- Revision:
- 1:446bd28a1f19
- Parent:
- pacing.c@ 0:9e97accb2a4c
- Child:
- 3:334300ac49e5
File content as of revision 1:446bd28a1f19:
#include "pacing.h" void write_to_pin(PinName pin , int to_write){ DigitalOut(pin , to_write); }