It works!!!

This commit is contained in:
2019-12-30 17:43:25 -05:00
parent 4d7acad065
commit 578699bbc3
7 changed files with 113 additions and 247 deletions

View File

@@ -1,6 +1,8 @@
#ifndef CHECKM8_TOOL_ARD_PROTOCOL_H
#define CHECKM8_TOOL_ARD_PROTOCOL_H
#define ARD_BUF_SIZE 512
static const char PROT_PARTIAL_CTRL_XFER = 'P';
static const char PROT_NO_ERROR_CTRL_XFER = 'N';
static const char PROT_NO_ERROR_CTRL_XFER_DATA = 'M';

View File

@@ -4,7 +4,7 @@
//#define LIBUSB_LOGGING
#define CHECKM8_LOGGING
//#define WITH_ARDUINO
#define WITH_ARDUINO
#define ARDUINO_DEV "/dev/ttyACM0"
#define ARDUINO_BAUD 115200