STM32F103C8T6_WIFI_Heating_system

Dependencies:   mbed mbed-STM32F103C8T6 eeprom_flash Watchdog PinDetect DS1820

  1. Bluepill STM32F103C8T6 Heating system
    1. _This project is core part of bigger heating system project!_

Features - Reading temperature from four DS18B20 sensors - Making a decision about switching on/off heater and pomp - Executing simple user commands from UART - Storing state parameters to program memory (EEPROM emulation)

Revision:
40:6168609574d0
Parent:
39:aa5f95061409
Child:
41:978c2d85a0e7
--- a/temp_controller/temp_controller.cpp	Fri Sep 21 17:56:25 2018 +0000
+++ b/temp_controller/temp_controller.cpp	Fri Sep 21 17:57:02 2018 +0000
@@ -160,7 +160,7 @@
                 break; 
             case 4:
                 // 4 - POMP - pomp is ON, heater is OFF
-                pomp_OFF = 0
+                pomp_OFF = 0;
                 heater_OFF = 1;
                 break; 
             case 5: