Skip to content

Fixed name conflicts with RPI Pico

Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 11 Oct 14:10
· 15 commits to master since this release
07b1fad

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.