From a01d9db74983961ac57d3eb37b2dc9bd3a696cf6 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 28 Jan 2025 14:46:29 +0100 Subject: [PATCH] attempt to fix admontation --- docs/week_1_fabacademy/drone_code.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/week_1_fabacademy/drone_code.md b/docs/week_1_fabacademy/drone_code.md index adf8da6..c6cc498 100644 --- a/docs/week_1_fabacademy/drone_code.md +++ b/docs/week_1_fabacademy/drone_code.md @@ -4,8 +4,10 @@ ### Using the wrong libary -First used the wrong library I used the adafruit bno0xx library instead of the sparkfun bno08x library +First used the wrong library I used the adafruit bno0xx library instead of the sparkfun bno08x library + ??? failure + ```cpp #include "conf.h" #include @@ -54,6 +56,7 @@ void loop() { ``` ??? example + ```cpp #include #include