mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-30 09:48: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:
@@ -48,7 +48,5 @@ void MAX6675Sensor::read_data_() {
|
||||
this->status_clear_warning();
|
||||
}
|
||||
|
||||
bool MAX6675Sensor::is_device_msb_first() { return true; }
|
||||
|
||||
} // namespace max6675
|
||||
} // namespace esphome
|
||||
|
||||
Reference in New Issue
Block a user