Bryce Himebaugh
/
newblinker
junk repo to test cli
Fork of mbed-os-example-mbed5-blinky by
Revision 58:f1306dbfb574, committed 2018-01-25
- Comitter:
- Bryce Himebaugh
- Date:
- Thu Jan 25 08:03:24 2018 -0500
- Parent:
- 57:a3c0babfccea
- Commit message:
- Here is my message.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jan 23 20:23:54 2018 +0000 +++ b/main.cpp Thu Jan 25 08:03:24 2018 -0500 @@ -5,11 +5,13 @@ DigitalIn button(PC_13); // main() runs in its own thread in the OS +// Message to Bryce. + int main() { while (true) { if (button.read()) led1 = 1; else led1=0; - //pc.putc(pc.getc()); + // pc.putc(pc.getc()); //led1 = !led1; //if (led1) { // pc.printf("ON\n\r");