Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agungdwiprasetyo/arduino
- Owner: agungdwiprasetyo
- Created: 2016-10-12T23:38:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T13:51:15.000Z (about 8 years ago)
- Last Synced: 2024-11-16T04:54:54.107Z (3 months ago)
- Topics: arduino, build-tool, microcontroller
- Language: C++
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```