#ifndef MICROVIEW_H #define MICROVIEW_H #define MSG_LEFT "X-10" #define MSG_RIGHT "X+10" #define MSG_UP "Y-10" #define MSG_DOWN "Y+10" #define MSG_MINUS "Z-10" #define MSG_PLUS "Z+10" #define MSG_SNAP "SNAP" #endif // MICROVIEW_H