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 Lab3 by
main.cpp@1:1fed24f3a531, 2017-11-16 (annotated)
- Committer:
- Kaniiii
- Date:
- Thu Nov 16 15:51:43 2017 +0000
- Revision:
- 1:1fed24f3a531
- Parent:
- 0:2270b7a3a8ad
- Child:
- 2:14bfd1fc2163
Lab assignement;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Kaniiii | 0:2270b7a3a8ad | 1 | #include "Ka.h" |
| Kaniiii | 0:2270b7a3a8ad | 2 | |
| Kaniiii | 0:2270b7a3a8ad | 3 | Ka ha; |
| Kaniiii | 0:2270b7a3a8ad | 4 | |
| Kaniiii | 0:2270b7a3a8ad | 5 | int main () { |
| Kaniiii | 1:1fed24f3a531 | 6 | //ha.set_led0(); |
| Kaniiii | 1:1fed24f3a531 | 7 | //ha.clear_led0(); |
| Kaniiii | 1:1fed24f3a531 | 8 | //ha.invert(); |
| Kaniiii | 1:1fed24f3a531 | 9 | //ha.toggle(10); |
| Kaniiii | 0:2270b7a3a8ad | 10 | return 0; |
| Kaniiii | 0:2270b7a3a8ad | 11 | } |
