Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 703 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 703 Bytes

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