]> the.earth.li Git - temper-clone.git/commit
Remove unused read_temp() function main
authorJonathan McDowell <noodles@earth.li>
Fri, 13 Jul 2018 17:20:25 +0000 (18:20 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 13 Jul 2018 17:20:25 +0000 (18:20 +0100)
commit267a3bfd1e8892f8ae75bc4b3d1a5c4b310f1805
treedbc0dc7e384cb8774b1d329bfac12a047997bae1
parentfb126acc7d712c6495a2039a451b06b49e0197b2
Remove unused read_temp() function

The temperature is read as part of a state machine in the main loop so
we don't tie thing up for too long, so this is no longer necessary.
main.c