Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Robin Thoni 9c0ac14600 README 7 anos atrás
cmake init 8 anos atrás
.gitignore init 8 anos atrás
CMakeLists.txt added example for devices 7 anos atrás
README.md README 7 anos atrás
main.ino example code; renamed main file 8 anos atrás

README.md

CMake Arduino starter kit

Here is starter kit for Arduino using CMake build system. The aim is be able to use CLion for Arduino development.

Usage

Just clone and open the directory with CLion, it will generate a target to build and upload code to the arduino.

See CMakeLists.txt to configure on which device it should upload.

So, you just have to set your device and build (do not run, just build, it will do the trick).

Bonus

A useful plugin to use with it is https://plugins.jetbrains.com/plugin/8031?pr=phpStorm

It will add a serial monitor window to CLion.