pico-i2c-isr
alanbjohnston 3 years ago committed by GitHub
parent ab030a7379
commit 2a57b072e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3659,7 +3659,7 @@ bool TimerHandler0(struct repeating_timer *t) {
if (mode == FSK) {
if (!i2c_busy_now) {
i2c_busy_now = true;
/ clockgen.enableOutputOnly(1);
clockgen.enableOutputOnly(1);
i2c_busy_now = false;
} else
Serial.print("-");

Loading…
Cancel
Save

Powered by TurnKey Linux.