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
- Committer:
- Kaniiii
- Date:
- 2018-01-21
- Revision:
- 2:14bfd1fc2163
- Parent:
- 1:1fed24f3a531
File content as of revision 2:14bfd1fc2163:
#include "Ka.h"
Ka ha;
int main () {
//ha.set_led0();
//ha.clear_led0();
//ha.invert();
//ha.blinker(10);
return 0;
}