sends and receives up to 32K work
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
enum {
|
||||
MODE_INPUT,
|
||||
MODE_OUTPUT
|
||||
} dataMode = NULL;
|
||||
|
||||
#define OE 3
|
||||
// PGM is also WE# according to data sheet
|
||||
#define PGM 2
|
||||
|
Reference in New Issue
Block a user