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:
46:0d60fbcfb245
Parent:
45:abc682827659
Child:
47:4a955f381a1e
--- a/main.cpp	Sun Sep 23 15:04:46 2018 +0000
+++ b/main.cpp	Sun Sep 23 16:42:17 2018 +0000
@@ -59,7 +59,7 @@
     //writeEEPROMWord(0, 666 );
     //epprom_config_value++;
     working_mode ++;
-    if (working_mode == 6) working_mode=0;
+    if (working_mode == 7) working_mode=0;
     
     pc.printf("working_mode %d \r\n", working_mode); 
     //pc.printf("Button pressed \r\n");