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