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@1:446bd28a1f19, 2016-10-26 (annotated)
- Committer:
- kohlerba
- Date:
- Wed Oct 26 13:42:57 2016 +0000
- Revision:
- 1:446bd28a1f19
- Parent:
- pacing.c@0:9e97accb2a4c
- Child:
- 3:334300ac49e5
blah;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kohlerba | 0:9e97accb2a4c | 1 | #include "pacing.h" |
kohlerba | 0:9e97accb2a4c | 2 | |
kohlerba | 1:446bd28a1f19 | 3 | void write_to_pin(PinName pin , int to_write){ |
kohlerba | 1:446bd28a1f19 | 4 | DigitalOut(pin , to_write); |
kohlerba | 0:9e97accb2a4c | 5 | } |
kohlerba | 0:9e97accb2a4c | 6 |