temp.c: remove the delay for the MAX6675.
Suggestion by JTrantow, see also https://github.com/triffid/Teacup_Firmware/issues/22
This commit is contained in:
parent
1657fb2731
commit
886bacdbe4
4
temp.c
4
temp.c
|
|
@ -137,8 +137,8 @@ void temp_sensor_tick() {
|
||||||
// enable TT_MAX6675
|
// enable TT_MAX6675
|
||||||
WRITE(SS, 0);
|
WRITE(SS, 0);
|
||||||
|
|
||||||
// ensure 100ns delay - a bit extra is fine
|
// No delay required, see
|
||||||
delay(1);
|
// https://github.com/triffid/Teacup_Firmware/issues/22
|
||||||
|
|
||||||
// read MSB
|
// read MSB
|
||||||
SPDR = 0;
|
SPDR = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue