From 91a4b387e9dbe55e689d8ffe7f549713be64dc81 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Sat, 8 Jun 2024 11:51:00 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 63abb65..c56b214 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ This is a remake of [BresserWeatherSensorTTN](https://github.com/matthias-bs/Bre * [Default Configuration](#default-configuration) * [Config Helper](#config-helper) * [Customizing the Application Layer](#customizing-the-application-layer) +* [Implementation](#implementation) + * [Class Diagram](#class-diagram) * [Doxygen Generated Source Code Documentation](#doxygen-generated-source-code-documentation) * [References](#references) * [Legal](#legal) @@ -571,6 +573,12 @@ By replacing the Application Layer with your own code, you can use this project Use [extras/customization/AppLayerMinimal.h](extras/customization/AppLayerMinimal.h) and [extras/customization/AppLayerMinimal.cpp](extras/customization/AppLayerMinimal.cpp) as a template. +## Implementation + +### Class Diagram + +[Class Diagram](https://www.mermaidchart.com/raw/c78b97b9-ecd9-4fc6-a6fc-bba82e0facd7?theme=light&version=v0.1&format=svg) + ## Doxygen Generated Source Code Documentation [https://matthias-bs.github.io/BresserWeatherSensorWL/index.html](https://matthias-bs.github.io/BresserWeatherSensorLW/)