Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

12
  • Is it your own code? I guess you have not properly imported the complete project. This is just a class. where are other files? the main? Or may be you have not properly installed the compiler of this IDE. Which IDE is this? Commented Sep 10, 2014 at 14:11
  • 1
    is it your complete class? you have not included ´BetterStream` and you are inheriting it. Commented Sep 10, 2014 at 14:13
  • add #include<BetterStream> before the class definition Commented Sep 10, 2014 at 14:19
  • @Mahmood I'm using Arduino IDE 1.0.5-r2 . It's not my own code. All of the code is at the link at the bottom, though I'll look for a main. I believe I was told to look for setup and loop to determine the ino to compile, which is in ArduCAM_OSD.ino . Commented Sep 10, 2014 at 14:22
  • add #include"BetterStream" if it works. tell me Commented Sep 10, 2014 at 14:25