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@2:14bfd1fc2163, 2018-01-21 (annotated)
- Committer:
- Kaniiii
- Date:
- Sun Jan 21 21:59:04 2018 +0000
- Revision:
- 2:14bfd1fc2163
- Parent:
- 1:1fed24f3a531
Library for manipulating led light (includes a main with examples of how to use the program)
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 | 2:14bfd1fc2163 | 9 | //ha.blinker(10); |
Kaniiii | 0:2270b7a3a8ad | 10 | return 0; |
Kaniiii | 0:2270b7a3a8ad | 11 | } |