Browse Source

README

master
Robin Thoni 7 years ago
parent
commit
9c0ac14600
1 changed files with 18 additions and 0 deletions
  1. 18
    0
      README.md

+ 18
- 0
README.md View File

@@ -0,0 +1,18 @@
1
+CMake Arduino starter kit
2
+=========================
3
+
4
+Here is starter kit for Arduino using CMake build system. The aim is be able to use CLion for Arduino development.
5
+
6
+Usage
7
+-----
8
+Just clone and open the directory with CLion, it will generate a target to build and upload code to the arduino.
9
+
10
+See CMakeLists.txt to configure on which device it should upload.
11
+
12
+So, you just have to set your device and build (do not run, just build, it will do the trick).
13
+
14
+Bonus
15
+-----
16
+A useful plugin to use with it is https://plugins.jetbrains.com/plugin/8031?pr=phpStorm
17
+
18
+It will add a serial monitor window to CLion.

Loading…
Cancel
Save