Good evening,
I have the following folder structure >
project/include/..
project/src/..
project/app/arduino.ino
How can I now include e.g. project/include/test.h?
Good evening,
I have the following folder structure >
project/include/..
project/src/..
project/app/arduino.ino
How can I now include e.g. project/include/test.h?
It's unclear if you are trying to create an Arduino library. If you are
this article explains the folder structures for doing so.
Hi @janiiix3. This sketch structure is not supported. Please study the Arduino Sketch Specification to learn the correct structure for an Arduino sketch:
https://arduino.github.io/arduino-cli/latest/sketch-specification/
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.