mit Buttons/PWM als einzelne cpp und init in main

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

main.h

Committer:
scherfa2
Date:
2019-04-07
Revision:
27:23bd03a6a6f6

File content as of revision 27:23bd03a6a6f6:


#ifndef MBED_MAIN_H
#define MBED_MAIN_H

enum
{
    ST_SOLO,
    ST_DUO
};

#endif