gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 8222874a67ea4d4a9e9f2db0534cc94b031b29c2
parent 0b11b3f1beadd0ca2c51da3f90d679cf7ea79ae3
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 28 Jul 2024 21:19:02 +0200

log if master ACKs slaves last write

Diffstat:
Msource/hardwareLib/i2c.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/hardwareLib/i2c.cpp b/source/hardwareLib/i2c.cpp @@ -149,6 +149,7 @@ namespace hwLib } else if(m_nextBit == BitAck) { + LOG("ACK by master=" << m_sda); m_nextBit = 7; } }