forked from Apple-2-HW/TommyPROM
10 lines
261 B
C
10 lines
261 B
C
// Uncomment only one of the ARDUINO_IS_ lines to use the fast I/O code for
|
|
// the data bus, or comment them all out to use the slower bit-at-a-time code.
|
|
|
|
//#define ARDUINO_IS_MICRO
|
|
#define ARDUINO_IS_UNO
|
|
//#define ARDUINO_IS_NANO
|
|
|
|
|
|
#include "PromDevice28C.h"
|