Solved! Thanks!
sm7fiu
@sm7fiu
0
Reputation
5
Posts
231
Profile views
0
Followers
0
Following
Best posts made by sm7fiu
This user hasn't posted anything yet.
Latest posts made by sm7fiu
-
RE: Compilation error in IDE as well as Codebender
I have reduced the example (in my local IDE) to:
#include <MySensor.h>
MySensor gwThe compilation error is that "MySensor" does not name a type. Seems as the library is not recognized?
-
RE: Compilation error in IDE as well as Codebender
Codebender app is 1.0.0.5 by the way.
/Peter
-
RE: Compilation error in IDE as well as Codebender
I did not know there is one...
Cant find anything in the IDE meny?For the Codebender I followed the link in the example so I guess that leads to the correct version
/Peter
-
Compilation error in IDE as well as Codebender
Hi, I am trying to compile some of the examples. The last one I tried was the Relay example. I compiled it using the codebender and it fails compilation.
I have also tried some other examples and compiled them in my IDE. They fail to. What could be wrong?? Regards Peter