From 82b68a680aea81f78f6937f977225facb8d6d550 Mon Sep 17 00:00:00 2001 From: Ted Fried <54004369+MicroCoreLabs@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:41:27 -0800 Subject: [PATCH] Uploade_1_21_2026 --- MCL65+_PET/MCL65_PETDoctor.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/MCL65+_PET/MCL65_PETDoctor.ino b/MCL65+_PET/MCL65_PETDoctor.ino index 9055237..01e8d7a 100644 --- a/MCL65+_PET/MCL65_PETDoctor.ino +++ b/MCL65+_PET/MCL65_PETDoctor.ino @@ -176,6 +176,7 @@ void setup() { pinMode(PIN_DATAOUT7, OUTPUT); pinMode(PIN_DATAOUT_OE_n, OUTPUT); digitalWriteFast(PIN_RDWR_n, 0x1); + digitalWriteFast(PIN_DATAOUT_OE_n, 0x1); Serial.begin(9600); }