Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

UWARG/PICpilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PICpilot

The WARG Custom Autopilot for fixed wing, vtol, and multirotor aircraft on PIC processors.

For details on the project, check out the docs.

Check out the Introduction section if you are getting started.

For the schematic and PCB, check out GrabCAD.

Documentation

The PICpilot uses Doxygen to generate automatic API documentation of the code. You document code with special code blocks /** **/.

If you'd like to generate the documentation, you can run the upload-docs.sh script (preferably under linux). Make sure to actually install the doxygen and graphviz package first.

Click here to view generated API docs