From 3010e92ef39127f123f2741e5fc413334f405bac Mon Sep 17 00:00:00 2001 From: AbdullahOsman <54776470+AbdullahOsman@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:54:57 +0300 Subject: [PATCH] Update education_and_tutorial.md (#70) Quadcopter build and programming manual (Carbon Aeronautics) --- docs/education_and_tutorial.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/education_and_tutorial.md b/docs/education_and_tutorial.md index 9ac5117..3cae3d9 100644 --- a/docs/education_and_tutorial.md +++ b/docs/education_and_tutorial.md @@ -90,6 +90,10 @@ Link: Link: +**Quadcopter build and programming manual**: This manual will guide you every step of the way, explaining the essentials on aeronautics, electronics and embedded programming. All components are commercially available and all programs are fully hackable, meaning that you can adapt anything you want and create a quadcopter capable of stuff that goes way beyond the scope of this manual! + +Link: + ### Code Examples Here are some code examples that can be used as reference for experiments.