mirror of
https://github.com/pimoroni/pimoroni-pico.git
synced 2025-02-12 13:05:27 +00:00
Removes all driver-specific SDA/SCL pin definitions and defaults. Pin type is "uint" everywhere, but "PIN_UNUSED" is *int*_max for MicroPython compat. That's still a lot of pins! Adds baudrate to the I2C class, and allows a driver (like Trackball) to check the baudrate is supported