From bf604c5e302a94c0a890b4db0a5356928c322e2e Mon Sep 17 00:00:00 2001 From: ShivanS93 Date: Fri, 28 May 2021 13:19:01 +1200 Subject: [PATCH] added to readme and created dev branch --- README.md | 10 +++++++++- typology.png => docs/typology.png | Bin 2 files changed, 9 insertions(+), 1 deletion(-) rename typology.png => docs/typology.png (100%) diff --git a/README.md b/README.md index 56136f3..2258124 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # datalogger -ESP8266 running Micropython collecting temperature humidity and light level. Pushing data to a Mosquito server. A python script to ingest the data into an influx database. Grafana to display the data. \ No newline at end of file +ESP8266 running Micropython collecting temperature humidity and light level. Pushing data to a Mosquito server. A python script to ingest the data into an influx database. Grafana to display the data. + +## Setting up ampy + +`ampy` is a application that allows terminal access to connected micropython devices. + +## typology + +![](docs/typology) diff --git a/typology.png b/docs/typology.png similarity index 100% rename from typology.png rename to docs/typology.png