Mould King: Analog and digital sub protocols

This commit is contained in:
Pascal Langer
2021-05-27 19:01:08 +02:00
parent 4d2c8ef04e
commit 58ed8ca60f
8 changed files with 70 additions and 34 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 83
#define VERSION_PATCH_LEVEL 84
#define MODE_SERIAL 0
@@ -440,6 +440,12 @@ enum RLINK
RLINK_DUMBORC = 2,
};
enum MOULDKG
{
MOULDKG_ANALOG = 0,
MOULDKG_DIGIT = 1,
};
#define NONE 0
#define P_HIGH 1
#define P_LOW 0