Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 442 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 442 Bytes

VectorNav Firmware Library

To use this library in your git repo:

  1. Add this repo as a submodule:
git submodule add https://github.com/nolanholden/vectornav-firmware vectornav-firmware
  1. Provide your the source directories in your makefile:
./vectornav-firmware/FWLib/library/inc # for header files
./vectornav-firmware/FWLib/library/src # for implementation files