From 00caf23e3fe8dae2d30c339f801d7c1a7ddca0c2 Mon Sep 17 00:00:00 2001 From: igor-lirussi <69794393+igor-lirussi@users.noreply.github.com> Date: Wed, 28 Jul 2021 00:50:34 +0200 Subject: [PATCH] added link readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3caa954..6a5b798 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ This repo contains the code for the microcontrollers that automates the food and they are used to identify your ESP to AWS. - substitute you WiFi SSID, Password and amazon host in file _main.py_ (either changing the strings either creating a module "_secret.py_ with the strings that won't be tracked) +you can find the documentation of the code at: +[https://smartdoghouse.github.io/SmartDogHouse-Software/documentation/src/](https://smartdoghouse.github.io/SmartDogHouse-Software/documentation/src/) ## Run Tests If you want to run the tests of the code, inside project folder root execute