Fixed name conflicts with RPI Pico
I had created my own sleep_us() function for microsecond delays and the RPI Pico SDK (underneath the Arduino support) has the same named function. I changed it to my_sleep_us() and that resolved it. The Wire library of the Pico also doesn't allow pin numbers to be used, so I added the RP2040 as an excluded device for that feature.