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_DUO.h
- Revision:
- 27:23bd03a6a6f6
diff -r caec5f51abe8 -r 23bd03a6a6f6 ST_DUO.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ST_DUO.h Sun Apr 07 18:31:29 2019 +0000 @@ -0,0 +1,20 @@ +#ifndef MBED_ST_DUO_H +#define MBED_ST_DUO_H + +enum +{ + DUO_DEFAULT, + DUO_START, + DUO_FilamentIN, + DUO_Schneiden1, + DUO_Schneiden2, + DUO_Spleissen, + DUO_Normalbetrieb, + DUO_Finish, + DUO_FERTIG, + DUO_STOERUNG +}; + +void EntryDUO(); + +#endif