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:
Markus Hitter 2012-05-21 20:56:48 +02:00
parent 1657fb2731
commit 886bacdbe4
1 changed files with 2 additions and 2 deletions

4
temp.c
View File

@ -137,8 +137,8 @@ void temp_sensor_tick() {
// enable TT_MAX6675
WRITE(SS, 0);
// ensure 100ns delay - a bit extra is fine
delay(1);
// No delay required, see
// https://github.com/triffid/Teacup_Firmware/issues/22
// read MSB
SPDR = 0;