1 2 3 4 5 6 7 8
#pragma once // https://github.com/raspberrypi/pico-examples/tree/master/i2c #define MAX_SLAVES 10 //! looking for slave addresses and requesting updates void bus_task();