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.
interfaces.cpp@0:18acd94db10b, 2009-11-26 (annotated)
- Committer:
- simon
- Date:
- Thu Nov 26 16:00:28 2009 +0000
- Revision:
- 0:18acd94db10b
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| simon | 0:18acd94db10b | 1 | #include "interfaces.h" |
| simon | 0:18acd94db10b | 2 | |
| simon | 0:18acd94db10b | 3 | DigitalOut led1(LED1); |
| simon | 0:18acd94db10b | 4 | DigitalOut led2(LED2); |
| simon | 0:18acd94db10b | 5 | DigitalOut led3(LED3); |
| simon | 0:18acd94db10b | 6 | DigitalOut led4(LED4); |