MarcoStalder

Results 5 comments of MarcoStalder

> Just to add more information to this issue and #8 for you @vsch > > For me using 2019.1 CMakeLists.txt generated like this > > ``` > cmake_minimum_required(VERSION 2.8.4)...

In the meantime I could resolve the above issue by adding #include "Arduino.h" to the test_11.ino file. (Sorry for not trying this before.) But now I just get the same...

@vsch, thank you for the prompt reply! That solved it. I kind of tried to do this before, but back then, since it didn't work with the preset settings, I...

@vsch, I now created a list on what made it work for me (on Windows 10 with CLion 2019.1.2). This was originaly meant to be a crutch for my future...

I also tried to create another class instead (with a different (shorter) name). Still the same errors occur. I don't know much about cmake. But it seems to me like...