1
0
mirror of synced 2026-02-27 17:23:38 +00:00

Uploaded_1_29_2026

This commit is contained in:
Ted Fried
2026-01-29 11:55:24 -08:00
parent 82b68a680a
commit 5ef119b73d

View File

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