mit Buttons/PWM als einzelne cpp und init in main

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Committer:
scherfa2
Date:
Wed Apr 24 21:08:27 2019 +0000
Revision:
34:0dee9a606869
Parent:
27:23bd03a6a6f6
asdf

Who changed what in which revision?

UserRevisionLine numberNew contents of line
scherfa2 27:23bd03a6a6f6 1 #ifndef MBED_ST_DUO_H
scherfa2 27:23bd03a6a6f6 2 #define MBED_ST_DUO_H
scherfa2 27:23bd03a6a6f6 3
scherfa2 27:23bd03a6a6f6 4 enum
scherfa2 27:23bd03a6a6f6 5 {
scherfa2 27:23bd03a6a6f6 6 DUO_DEFAULT,
scherfa2 27:23bd03a6a6f6 7 DUO_START,
scherfa2 27:23bd03a6a6f6 8 DUO_FilamentIN,
scherfa2 27:23bd03a6a6f6 9 DUO_Schneiden1,
scherfa2 27:23bd03a6a6f6 10 DUO_Schneiden2,
scherfa2 27:23bd03a6a6f6 11 DUO_Spleissen,
scherfa2 27:23bd03a6a6f6 12 DUO_Normalbetrieb,
scherfa2 27:23bd03a6a6f6 13 DUO_Finish,
scherfa2 27:23bd03a6a6f6 14 DUO_FERTIG,
scherfa2 27:23bd03a6a6f6 15 DUO_STOERUNG
scherfa2 27:23bd03a6a6f6 16 };
scherfa2 27:23bd03a6a6f6 17
scherfa2 27:23bd03a6a6f6 18 void EntryDUO();
scherfa2 27:23bd03a6a6f6 19
scherfa2 27:23bd03a6a6f6 20 #endif