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:
Otto Winter
2019-06-07 14:25:57 +02:00
committed by GitHub
parent 88ccd60a08
commit 726b0e73d9
14 changed files with 300 additions and 111 deletions
-2
View File
@@ -48,7 +48,5 @@ void MAX6675Sensor::read_data_() {
this->status_clear_warning();
}
bool MAX6675Sensor::is_device_msb_first() { return true; }
} // namespace max6675
} // namespace esphome