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.
main.cpp@0:237ff178cc1e, 2016-05-16 (annotated)
- Committer:
- hx6730
- Date:
- Mon May 16 06:19:04 2016 +0000
- Revision:
- 0:237ff178cc1e
?
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| hx6730 | 0:237ff178cc1e | 1 | #include "mbed.h" |
| hx6730 | 0:237ff178cc1e | 2 | |
| hx6730 | 0:237ff178cc1e | 3 | BusOut led1(PTE5,PTE4,PTE3,PTE2,PTB11,PTB10,PTB9,PTB8); |
| hx6730 | 0:237ff178cc1e | 4 | |
| hx6730 | 0:237ff178cc1e | 5 | int main() { |
| hx6730 | 0:237ff178cc1e | 6 | while(1) { |
| hx6730 | 0:237ff178cc1e | 7 | led1 = 0x02; |
| hx6730 | 0:237ff178cc1e | 8 | } |
| hx6730 | 0:237ff178cc1e | 9 | } |