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: pinmap.h
- Revision:
- 6:d71e30291a62
- Parent:
- 0:00669618559e
diff -r 812fc17e2a3e -r d71e30291a62 pinmap.h --- a/pinmap.h Wed Dec 07 21:26:55 2016 +0000 +++ b/pinmap.h Mon Dec 19 18:50:33 2016 +0000 @@ -43,9 +43,9 @@ extern DigitalOut frontend_ctrl; // Pin D13 /*=== On-Board Tri-LED ===*/ -extern DigitalOut rled; -extern DigitalOut gled; -extern DigitalOut bled; +extern DigitalOut red; +extern DigitalOut green; +extern DigitalOut blue; void setPins(void);
