mirror of
https://github.com/brmlab/microview.git
synced 2025-06-08 11:34:01 +02:00
12 lines
239 B
C
12 lines
239 B
C
#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
|