Rename SPI class to avoid conflict (good?)
This commit is contained in:
@ -981,7 +981,7 @@ void Temperature::updateTemperaturesFromRawValues() {
|
||||
#ifndef MAX6675_DO_PIN
|
||||
#define MAX6675_DO_PIN MISO_PIN
|
||||
#endif
|
||||
SPI<MAX6675_DO_PIN, MOSI_PIN, MAX6675_SCK_PIN> max6675_spi;
|
||||
SPIclass<MAX6675_DO_PIN, MOSI_PIN, MAX6675_SCK_PIN> max6675_spi;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user