mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
Add more efficient SPI implementation (#622)
* Add more efficient SPI implementation * Lint * Add 200KHZ * Updates * Fix write_byte * Update from datasheet * Shift clock * Fix calculation
This commit is contained in:
@@ -82,7 +82,5 @@ void MAX31855Sensor::read_data_() {
|
||||
this->status_clear_warning();
|
||||
}
|
||||
|
||||
bool MAX31855Sensor::is_device_msb_first() { return true; }
|
||||
|
||||
} // namespace max31855
|
||||
} // namespace esphome
|
||||
|
||||
Reference in New Issue
Block a user