Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agungdwiprasetyo/arduino

build arduino for linux
https://github.com/agungdwiprasetyo/arduino

arduino build-tool microcontroller

Last synced: 15 days ago
JSON representation

build arduino for linux

Awesome Lists containing this project

README

        

### `How To Install on Ubuntu`

- make folder
```bash
$ mkdir arduino
```
- clone repository
```bash
$ git clone http://github.com/agungdp22/arduino.git
```
- make folder core of arduino
```bash
$ make master_arduino
```
- compile main/master.cc
```bash
$ make
```
- upload to arduino uno
```bash
$ make master_upload
```