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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 7:136ed5a4e2ae
- Parent:
- 6:6db3a179c13d
diff -r 6db3a179c13d -r 136ed5a4e2ae main.cpp --- a/main.cpp Fri Aug 10 11:28:26 2018 +0000 +++ b/main.cpp Fri Aug 10 11:29:52 2018 +0000 @@ -82,8 +82,10 @@ if(acc <= 1.10){ pc.printf("PWRON!!"); Turn(); + //led1 = 0; } else Breky(); + //led1 = 0; } wait(0.5); }