main

Dependencies:   TextLCD mbed PID

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers common.h Source File

common.h

00001 
00002 enum{
00003     FRONT = 0,
00004     LEFT,
00005     BACK,
00006     RIGHT,
00007 };
00008 
00009 enum{
00010     FF = 0,
00011     FL,
00012     LL,
00013     BL,
00014     BB,
00015     BR,
00016     RR,
00017     FR,
00018     FFL,
00019     FFR,
00020     FFFL,
00021     FFFR,
00022 };
00023