navigation

  1. Power_Broker

    Arduino UAV Navigation Library

    Inspired by preexisting libraries that deal with aerial navigation, I decided to create a simplified and easy to use version for Arduino users called Navduino.h (installable via the Arduino IDE's Libraries Manager). GitHub Link As the readme states, this library currently provides functions...
  2. J

    Arduino Code for lighting system without using delays

    Hi, Arduino is not multitask and each time you put delays, you stop the program execution. This make any lighting system very sequential and not realistic. This also reduces the capacity to do multiple other tasks in parallels I wanted to have wingtip strobes blinking fast two times and have a...