]> the.earth.li Git - temper-clone.git/history - main.c
Remove unused read_temp() function
[temper-clone.git] / main.c
2018-07-13 Jonathan McDowellRemove unused read_temp() function main
2018-07-12 Jonathan McDowellSwitch state machine transitions to increment
2018-05-10 Jonathan McDowellPoll temperature on a 10s basis
2018-05-10 Jonathan McDowellDo USB disconnect/reconnect dance before initialising USB
2018-05-10 Jonathan McDowellAdd w1_read_bit() to improve waiting for result
2018-05-08 Jonathan McDowellReset 1-Wire state if we get a USB reset
2018-05-03 Jonathan McDowellAdd initial temperature reading via DS18B20 device
2018-05-03 Jonathan McDowellAdd initial 1-Wire support and use it for the USB serial #
2018-05-02 Jonathan McDowellAdd initial TEMPerV1.2 clone skeleton