mirror of
https://github.com/brmlab/microview.git
synced 2025-06-09 03:53:59 +02:00
add more functionality
This commit is contained in:
parent
338dee788a
commit
acfcfd997b
6 changed files with 95 additions and 6 deletions
12
software/microview.h
Normal file
12
software/microview.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue