Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni 75fe08bef2 echo response il y a 7 ans
cmake init il y a 7 ans
.gitignore working send atr il y a 7 ans
CMakeLists.txt working send atr il y a 7 ans
README.md init il y a 7 ans
SoftwareSerial8e1.cpp almost read command il y a 7 ans
SoftwareSerial8e1.h almost read command il y a 7 ans
main.ino echo response il y a 7 ans

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.