Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kuba--/makeblock-orion
- Owner: kuba--
- Created: 2016-06-16T22:19:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T01:47:25.000Z (about 3 years ago)
- Last Synced: 2024-11-15T07:35:11.333Z (2 months ago)
- Topics: arduino-uno, arm, c, embedded, makeblock-orion, robotics
- Language: C++
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```