add more functionality

This commit is contained in:
Pavol Rusnak 2011-08-30 01:30:05 +02:00
parent 338dee788a
commit acfcfd997b
6 changed files with 95 additions and 6 deletions

12
software/microview.h Normal file
View file

@ -0,0 +1,12 @@
#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