From ca04561c68d4883cc3697d9e228551da433f4fa7 Mon Sep 17 00:00:00 2001 From: Thorsten Eggert Date: Fri, 19 Dec 2014 08:59:20 +0000 Subject: [PATCH] added MAX6675 support --- config.py.EXAMPLE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.py.EXAMPLE b/config.py.EXAMPLE index a963b4e..6b2926a 100644 --- a/config.py.EXAMPLE +++ b/config.py.EXAMPLE @@ -29,6 +29,9 @@ gpio_air = 9 # Switches 0-phase det. solid-state-relay ### Inputs gpio_door = 18 +max31855 = 0 +max6675 = 1 + ### MAX31855 K-Type Thermocouple I2C gpio_sensor_cs = 27 gpio_sensor_clock = 22