sevprgmr / arduino-sdk

This repository contains the solution for the Arduino SDK components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arduino-sdk

This repository contains the solution for the SDK from Arduino libraries. The purpose of this repository is to generate the Microsoft.IoT.SDKFromArduino nuget package. It is generated by leveraging Git submodules, importing the Arduino Github and packaging Arduino source files for inclusion in customer projects.

Contributing

  1. fork this repository.

  2. Clone it to your local machine

  3. If you cloned your fork via the GitHub application, it will automatically initialize and update the submodule

  4. If you cloned your fork repository from a command line, you'll need to initialize sub-modules and update them

    git submodule init

    git submodule update

===

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

This repository contains the solution for the Arduino SDK components

License:Other


Languages

Language:Batchfile 100.0%