summaryrefslogtreecommitdiff
path: root/global_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'global_config.h')
-rw-r--r--global_config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/global_config.h b/global_config.h
index 1a4e8b5..7fcd122 100644
--- a/global_config.h
+++ b/global_config.h
@@ -1,6 +1,11 @@
#define USBDEV_VERSION_MAJOR 0
-#define USBDEV_VERSION_MINOR 1
+#define USBDEV_VERSION_MINOR 2
#define USBCMD_ECHO 0
#define USBCMD_GETPORT 1
#define USBCMD_SETPORT 2
+#define USBCMD_SETBITS 3
+#define USBCMD_START 4
+#define USBCMD_STOP 5
+#define USBCMD_TX 6
+#define USBCMD_RX 7