From 388861864cc170023d961723c3f34fe24e56b964 Mon Sep 17 00:00:00 2001 From: kerem Date: Thu, 24 Apr 2025 19:02:35 +0200 Subject: [PATCH] New structure test simulatin KED ans submodule for gpio Control on rasberry pi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17ca791..24f3af5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # KED: Wellcome to Kerem and Edwin's Develeppoment platform. # This branch is for testing and is organised as follow : -## Gola is to emulate KED as it would be a submodule +## Goal is to emulate KED as it would be a submodule ## Tree View -. +``` ├── examples │   └── pin_control.c ├── ked @@ -14,7 +14,7 @@ └── peripherals └── gpio └── gpio.c - +``` ## Dependencies ``` sudo apt install libgpiod-dev ```