From d1f04d141953bc489a952ddccf5be13d24ff62aa Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Thu, 1 Sep 2022 03:03:57 +0200 Subject: [PATCH] added links to different module README files --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 98d5541..1f4a438 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,13 @@ A system that allows Monitoring of Raspberry PI('s) PC and Mac as well as contro ## Why? The idea was to create software to allow the different components inside my diy Raspberry PI server rack to communicate which each other. This is done with serial connections as they are very easy to set up and use. +## Description +Each module has it's own `README.md` file. + + - [Arduino Module](https://github.com/J-onasJones/PI-server-rack/tree/main/arduino) + - [Desktop Module](https://github.com/J-onasJones/PI-server-rack/tree/main/desktop) + - [Raspberry PI master](https://github.com/J-onasJones/PI-server-rack/tree/main/pi-master) + - [Raspberry PI slave](https://github.com/J-onasJones/PI-server-rack/tree/main/pi-slave) + + //TODO: finish README