mirror of
https://github.com/TomNisbet/TommyPROM.git
synced 2024-11-22 10:31:39 +00:00
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"
|