Skip to content

nolanholden/vectornav-firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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