multiple .ino files #86
Replies: 1 comment
-
As explained in another thread, you are flooding me with Issues and Discussions: 14 tickets in 3 weeks. Even just reading them takes time and energy, to figure out whether it is a valid Issue, or whether it belongs in a Discussion. Some of your posts have been duplicates. Some have been filed in the wrong project. I just don't have the time and energy for your tickets. So I am going to close all of them, because I won't be able to get to them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi there,
how do i deal with a scenario where i have the following directory structure:
i have two
.ino
files. the first is located in thelab1_code
directory and the other is located in thetests
directory.the
.ino
file in thelab1_code
directory has a file inclusion directive that references a header file. this header file expects the.ino
file to define either theTestControlFunction
orControlFunction
, but not both. i.e.:however, when i run the
.ino
file in thetests
directory, i get the following error:Additional context
environment: Linux
compiler: /usr/bin/g++
commands:
please advise.
thanks in advance,
rey malahay
Beta Was this translation helpful? Give feedback.
All reactions