document RTC and periodic query

This commit is contained in:
King Kévin 2017-01-21 20:57:29 +01:00
parent 2c60b0d0b2
commit 0fec6a2dd9
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ Connections LED (cathode) <-> board (all LED anodes are connected to the +3.3V r
- query; PA6
- submit; PA7
RTC
---
The onboard Real Time Clock (RTC) is used to track the uptime a periodically start querying all electricity meter for their measurement value.
The time interval between the periodic queries is hard coded in `main.c`.
ESP8266
-------