Skip to content

This repository collects drivers for peripherals used in Arduino with LinkIt 7697.

Notifications You must be signed in to change notification settings

MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.