🩹 Use <SoftwareSPI.h> in MAX31865 lib (#22618)

This commit is contained in:
Jin
2021-08-26 06:33:08 +08:00
committed by GitHub
parent 71c96db932
commit 181530db76
2 changed files with 10 additions and 17 deletions

View File

@@ -90,6 +90,7 @@ private:
static SPISettings spiConfig;
TERN(LARGE_PINMAP, uint32_t, uint8_t) _sclk, _miso, _mosi, _cs;
uint8_t _spi_speed;
float Rzero, Rref;
void setConfig(uint8_t config, bool enable);