aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDukejung <dowhancool@gmail.com>2019-02-11 16:54:35 +0900
committerDukejung <dowhancool@gmail.com>2019-02-11 16:54:35 +0900
commit17a69524ee6f155a6f14db927ae1521495fe89cb (patch)
treef12e5c74298ec6dc742d6c2cd189c778c8d7bb95 /README.md
parent4452f7790ac5f5302eb11393fb9f2af47f0f5831 (diff)
Add OpenCR.mk for OpenCR 1.0 board and add example code(example/BlinkOpenCR)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4cbbc5..e2f0fae 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ This is a very simple Makefile which knows how to build Arduino sketches. It def
and includes on-device debugging targets.
- Supports chipKIT
- Supports Teensy 3.x (via Teensyduino)
+- Supports Robotis OpenCR 1.0
- Works on all three major OS (Mac, Linux, Windows)
- Auto detects serial baud rate and libraries used
- Support for `*.ino` and `*.pde` sketches as well as raw `*.c` and `*.cpp`