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
ST_SOLO.h
- Committer:
- scherfa2
- Date:
- 2019-05-13
- Revision:
- 38:3776ee18e56f
- Parent:
- 27:23bd03a6a6f6
File content as of revision 38:3776ee18e56f:
#ifndef MBED_ST_SOLO_H
#define MBED_ST_SOLO_H
enum
{
SOLO_DEFAULT,
SOLO_EinlegenIN,
SOLO_INtoSPLEISSER,
SOLO_EinlegenOUT,
SOLO_OUTtoSPLEISSER,
SOLO_Spleissen,
SOLO_FERTIG,
SOLO_STOERUNG
};
void EntrySOLO();
#endif