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 mbed-rtos X_NUCLEO_IHM02A1
Diff: ST_SOLO.cpp
- Revision:
- 27:23bd03a6a6f6
- Child:
- 29:b84d0cc8bac8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ST_SOLO.cpp Sun Apr 07 18:31:29 2019 +0000 @@ -0,0 +1,38 @@ +#include "mbed.h" +#include "ST_SOLO.h" + + +int StatusSOLO=SOLO_DEFAULT; + +void EntrySOLO() +{ + switch(StatusSOLO) + { + case SOLO_DEFAULT: + break; + + case SOLO_EinlegenIN: + break; + + case SOLO_INtoSPLEISSER: + break; + + case SOLO_EinlegenOUT: + break; + + case SOLO_OUTtoSPLEISSER: + break; + + case SOLO_Spleissen: + break; + + case SOLO_FERTIG: + break; + + case SOLO_STOERUNG: + break; + + } +} + +