11 public spi::SPIDevice<spi::BIT_ORDER_MSB_FIRST, spi::CLOCK_POLARITY_LOW, spi::CLOCK_PHASE_TRAILING,
12 spi::DATA_RATE_1MHZ> {
14 void setup()
override;
bool write_ina_register(uint8_t reg, const uint8_t *data, size_t len) override
The SPIDevice is what components using the SPI will create.
bool read_ina_register(uint8_t reg, uint8_t *data, size_t len) override
Implementation of SPI Controller mode.
void dump_config() override