Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-STM32F103C8T6 eeprom_flash Watchdog PinDetect DS1820
Revision 60:7ae1d3b965ae, committed 2021-03-28
- Comitter:
- andrewklmn
- Date:
- Sun Mar 28 09:34:51 2021 +0000
- Parent:
- 59:0c6f3541beda
- Commit message:
- Add: readme.md
Changed in this revision
README.md | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Sun Mar 28 09:34:51 2021 +0000 @@ -0,0 +1,9 @@ +# Bluepill STM32F103C8T6 Heating system +### _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) +