8000 GitHub - kuba--/makeblock-orion: Arduino Uno scripts for Makeblock Orion board.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kuba--/makeblock-orion

Folders and files

NameName
Last commit message
Last commit date
< 8000 div class="LatestCommit-module__Box--En0AE">

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makeblock Orion

Arduino Uno scripts for Makeblock Orion board.

Makeblock Orion is a main control board upgraded and improved for teaching and entertainment on the basis of Arduino Uno.

MeOrion

$ export ARDUINO_DIR=<arduino ide dir>

# Dump build preferences for the current project
$ make dump-prefs

# Compile a particular project with DEBUG flag
$ make project=<project dir> debug=1 compile

# Upload the compiled project
$ make project=<project dir> upload

# Cleanup
$ make project=<project dir> clean

# Upload a pre-compiled hex
$ make hex=<path to hex> upload

# Compile and upload the current project (make all)
$ make

About

Arduino Uno scripts for Makeblock Orion board.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0