Skip to content

scottc11/ok-drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBED Utitilty / Driver Extension Library

Adding as a git submmodule to your project

If you want the repo to live in the base directory of the parent repo, just run

git submodule add https://github.com/scottc11/ok-drivers.git

Otherwise, specifiy a directory

git submodule add https://github.com/scottc11/ok-drivers.git <path-to-directory>/ok-drivers

Making Changes

First, cd into the submodule directory and checkout a new branch with git checkout -b myBranchName

You can now commit changes and push to the remote

documenting / add comments

Use the doxygen syntax for adding method descriptions etc.

About

C++ utilities and drivers for common ICs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published