This code, partially generated by Copilot, does only print "="At the same time, I do see that the device PB6(SCL) and PB7(SDA) recieves packets adressed to it, requestng data. #include <Arduino.h>
#define I2C_ADDRESS 0x0B
volatile int x = 0;
volati...