Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuba--/makeblock-orion

Arduino Uno scripts for Makeblock Orion board.
https://github.com/kuba--/makeblock-orion

arduino-uno arm c embedded makeblock-orion robotics

Last synced: 13 days ago
JSON representation

Arduino Uno scripts for Makeblock Orion board.

Awesome Lists containing this project

README

        

# 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](orion.jpg)

```sh
$ export ARDUINO_DIR=

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

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

# Upload the compiled project
$ make project= upload

# Cleanup
$ make project= clean

# Upload a pre-compiled hex
$ make hex= upload

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