diff options
| author | Karl Semich <fuzzyTew@gmail.com> | 2017-07-11 12:38:43 +0000 |
|---|---|---|
| committer | Karl Semich <fuzzyTew@gmail.com> | 2017-07-12 23:55:05 +0000 |
| commit | 5bcb64ade92b1ed8e6e0bc5760fe064cc26a49c3 (patch) | |
| tree | e50716f564a35bfac141c0f47efb1f9088897540 /examples/BlinkOpenCM/Makefile | |
| parent | ba96840399381b35e20a9fe620602dc4a6fc6be7 (diff) | |
Add makefile for Robotis OpenCM & update version to 1.6.0
Diffstat (limited to 'examples/BlinkOpenCM/Makefile')
| -rw-r--r-- | examples/BlinkOpenCM/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/BlinkOpenCM/Makefile b/examples/BlinkOpenCM/Makefile new file mode 100644 index 0000000..0f7b285 --- /dev/null +++ b/examples/BlinkOpenCM/Makefile @@ -0,0 +1,7 @@ +BOARD_TAG = cm904 +ARDUINO_LIBS = + +#MONITOR_PORT = /dev/ttyACM0 +#OPENCMIDE_DIR = /where/you/installed/robotis_opencm + +include ../../OpenCM.mk |
