From 5ef119b73d8d4c80f2172b28d14d1b3a44160aef Mon Sep 17 00:00:00 2001 From: Ted Fried <54004369+MicroCoreLabs@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:55:24 -0800 Subject: [PATCH] Uploaded_1_29_2026 --- MCL65+_PET/MCL65_PETDoctor.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MCL65+_PET/MCL65_PETDoctor.ino b/MCL65+_PET/MCL65_PETDoctor.ino index 01e8d7a..50b4e1d 100644 --- a/MCL65+_PET/MCL65_PETDoctor.ino +++ b/MCL65+_PET/MCL65_PETDoctor.ino @@ -289,6 +289,8 @@ inline uint8_t finish_read_byte() { // Full read cycle with address and data read in // ------------------------------------------------- inline uint8_t read_byte(uint16_t local_address) { + + wait_for_CLK_rising_edge(); start_read(local_address); do { wait_for_CLK_rising_edge(); } while (direct_ready_n == 0x1); // Delay a clock cycle until ready is active