kiln-controller/lib
benkrasnow 35eb7d3346
Update oven.py
Added proportional output funtionality by turning the oven (SSR) on for a portion of the time_step determined by the pid loop output. So, if time_step = 1, and the pid loop is calling for .3 heat, the SSR will be on for .3 seconds, and off for .7 seconds.  I did this by adding an additional sleep.  Previously, the SSR would be on whenever pid > 0.
2018-06-09 13:42:55 -07:00
..
init add init script so we can make the picoReflow server autostart on boot, just run the commands (see readme) and it should start on boot 2016-09-03 16:34:36 +02:00
max6675.py added MAX6675 support 2014-12-19 08:54:15 +00:00
max31855.py unary operation made safe in error handler for Thermocouple 2017-09-15 15:58:29 -04:00
max31855spi.py another stupid oops 2017-11-30 20:05:16 -06:00
oven.py Update oven.py 2018-06-09 13:42:55 -07:00
ovenWatcher.py Moved python libs to ./lib 2013-12-10 09:34:32 +00:00