PES_4_Spleisser / Mbed 2 deprecated SpleisserProgramm_V11

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

00001 
00002 #ifndef MBED_MAIN_H
00003 #define MBED_MAIN_H
00004 
00005 enum
00006 {
00007     ST_SOLO,
00008     ST_DUO
00009 };
00010 
00011 #endif
00012 
00013