An open API service indexing awesome lists of open source software.

https://github.com/fulminati/sketches-skeleton

Start your Arduino project in the best possible way
https://github.com/fulminati/sketches-skeleton

arduino development libraries skeleton-application sketch

Last synced: 2 months ago
JSON representation

Start your Arduino project in the best possible way

Awesome Lists containing this project

README

        

# Arduino Skeleton
Start your Arduino project in the best possible way, start avoiding duplicate sample projects.

## Get Started
```
$ npm install -g arduinodk
```

### Create your project
```
$ arduinodk clone https://github.com/fulminati/arduino-skeleton MyArduinoProject
```

### Verify operation
Verify source code of your project
```
$ cd MyArduinoProject
$ arduinodk verify
```

### Upload operation
Upload source code in your board
```
$ cd MyArduinoProject
$ arduinodk upload
```