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:
16:c7b77648311d
Parent:
15:721546347507
Child:
17:718e41e971f8
--- a/main.cpp	Mon Sep 10 21:25:21 2018 +0000
+++ b/main.cpp	Tue Sep 11 20:44:26 2018 +0000
@@ -36,7 +36,7 @@
     
     pc.attach(&rxCallback, Serial::RxIrq);
     pc.baud(115200);  
-    pc.printf("Hello world!\r\n");
+    pc.printf("Hello world! Mbed version\r\n");
     
     while(1) {
         // The on-board LED is connected, via a resistor, to +3.3V (not to GND).