Hello Teensy 3.2 users,
I’m pretty sure this is just an issue of being a noob and not knowing something important. I am porting a project from an arduino mega to the Teensy. The new board works fine, and my physical build does what it should. When I began working on the software, functions below the main loop showed up as out of scope in the compilation stage. After trying various things I found that it is not just my code…DemoReel100 hits the same problem. Compiles fine for the mega and uno, won’t compile for the Teensy.
I presumably missed some basic info about using a Teensy. I am running the latest versions of Arduino, Teensyduino and FastLED, if that is relevant. Guidance appreciated.
Paul Guthrie