From a67de3fc1012d6b6ff820537d3c2149d1a8aafc3 Mon Sep 17 00:00:00 2001 From: Farookh Zaheer Siddiqui <129654632+FarukhS52@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:01:12 +0530 Subject: [PATCH] Update README --- firmware/lib/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/lib/README b/firmware/lib/README index 2593a33..5d394ad 100644 --- a/firmware/lib/README +++ b/firmware/lib/README @@ -1,11 +1,11 @@ -This directory is intended for project specific (private) libraries. -PlatformIO will compile them to static libraries and link into executable file. +This directory is intended for project-specific (private) libraries. +PlatformIO will compile them to static libraries and link them into executable files. -The source code of each library should be placed in an own separate directory +The source code of each library should be placed in its own separate directory ("lib/your_library_name/[here are source files]"). -For example, see a structure of the following two libraries `Foo` and `Bar`: +For example, see the structure of the following two libraries `Foo` and `Bar`: |--lib | |