Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.11 KB

File metadata and controls

13 lines (7 loc) · 1.11 KB

Arduino Peripheral Driver Repo for LinkIt 7697

This repository collects Arduino drivers libraries for LinkIt 7697.

If you are looking for driver for Grove Starter Kit for LinkIt 7697, please head to the release section, or switching to its branch.

How to use

Please clone or download the repo. Each folder in the repo is a Arduino library. Copy the driver folders you need to your Arduino library folder. You can refer to the instructions here.

Contributing

Feel free to submit a pull request to add new driver library to this repo. Since this repo is a collection of driver from other sources, it is important to keep the original commit logs. Please try preserving the file modification history. For example, use git subtree instead of simply copy and re-adding the files to this repo.