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
- Host: GitHub
- URL: https://github.com/fulminati/sketches-skeleton
- Owner: fulminati
- Created: 2017-11-30T00:48:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T17:13:07.000Z (over 7 years ago)
- Last Synced: 2025-01-16T07:57:20.814Z (4 months ago)
- Topics: arduino, development, libraries, skeleton-application, sketch
- Language: Arduino
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```