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.
Diff: System/Process/Process.cpp
- Revision:
- 37:e77816810627
- Parent:
- 36:418ee5567687
- Child:
- 38:40e7fdf3c694
diff -r 418ee5567687 -r e77816810627 System/Process/Process.cpp --- a/System/Process/Process.cpp Wed Oct 30 07:23:44 2019 +0000 +++ b/System/Process/Process.cpp Wed Oct 30 07:32:56 2019 +0000 @@ -443,7 +443,7 @@ if(controller->Button.A) { if(dz3==true) { if(dz3i==false) { - + solenoid.solenoid3 = SOLENOID_ON; dz3i=true; } else { solenoid.solenoid3 = SOLENOID_OFF;