sends and receives up to 32K work

This commit is contained in:
maddiebaka
2024-02-22 12:12:04 -05:00
parent fad8ab3c4b
commit 33387cb046
3 changed files with 105 additions and 23 deletions

View File

@@ -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