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:
1:1dd12d8c840d
Parent:
0:ab218237069e
Child:
3:c6a589f444b9
--- a/main.cpp	Sat Jul 02 07:22:32 2016 +0000
+++ b/main.cpp	Sat Jul 02 07:23:49 2016 +0000
@@ -1,3 +1,4 @@
+#include "PinNames.h"   // Pin name definitions for the STM32F103C8T6 board
 #include "mbed.h"
 
 DigitalOut myled(LED1);