Support max31855 thermocouple over spi.
authorhakla <hakan.langemark@gmail.com>
Mon, 14 Apr 2014 18:21:48 +0000 (20:21 +0200)
committerhakla <hakan.langemark@gmail.com>
Mon, 14 Apr 2014 18:21:48 +0000 (20:21 +0200)
commit9d95506055a0d909a4f3d9920ceea39470813bba
tree1113ee09141ee6bd045909a7a911f8dc74139853
parent46c9136128637e3bc1c29911b2b64e3995e674a6
Support max31855 thermocouple over spi.
src/modules/tools/temperaturecontrol/TempSensor.h [new file with mode: 0644]
src/modules/tools/temperaturecontrol/TemperatureControl.cpp
src/modules/tools/temperaturecontrol/TemperatureControl.h
src/modules/tools/temperaturecontrol/Thermistor.cpp [new file with mode: 0644]
src/modules/tools/temperaturecontrol/Thermistor.h [new file with mode: 0644]
src/modules/tools/temperaturecontrol/max31855.cpp [new file with mode: 0644]
src/modules/tools/temperaturecontrol/max31855.h [new file with mode: 0644]