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:
45:abc682827659
Parent:
44:e6efa8be1f9e
Child:
46:0d60fbcfb245
--- a/main.cpp	Sat Sep 22 17:33:14 2018 +0000
+++ b/main.cpp	Sun Sep 23 15:04:46 2018 +0000
@@ -66,7 +66,8 @@
 }; 
 
 void pb_out_interrupt (void) {
-    pc.printf("Button unpressed\r\n"); 
+    //queue.call_in(2000, printf, "called in 2 seconds\n");
+    //pc.printf("Button unpressed\r\n"); 
 };