like, you should be able to do something like: ```rust let spi = Spi::new(...).with_pins(...); let led = LedDriver::new(&mut spi); ```