FlightSimInteger

Status
Not open for further replies.
Hi,

I recently got a Teensy 3.1 and followed the guide

https://www.pjrc.com/teensy/td_flightsim.html

to set it up to use Flight Sim Controls. Everything worked just great. However, now I have reinstalled the operating system (Mac OS X Mavericks) on my developer machine, and things are no longer working. I followed the exact same guide, but when I try to verify BlinkTransponder in the Arduino IDE, I get the following error messages:

BlinkTransponder:2: error: 'FlightSimInteger' does not name a type
BlinkTransponder.pde: In function 'void setup()':
BlinkTransponder:6: error: 'transponderLight' was not declared in this scope
BlinkTransponder:6: error: 'XPlaneRef' was not declared in this scope
BlinkTransponder.pde: In function 'void loop()':
BlinkTransponder:13: error: 'FlightSim' was not declared in this scope

Any clue what I am missing here?

Thanks,
Michael Knudsen
 
I have still not been able to solve the problem. It seems that some files with definitions of different types need to be imported. Does anybody know where FlightSimInteger is defined?
 
Last edited:
Solution for me / same first problem :)

Hi, from the Tools Menu / USB type ...I´ve selected Flight Sim Controls instead of serial. Then hit again compile...etc: worked.
So by selecting this USB method the type seemed to become available.
Stephan
ps where can i find a good C primer so that I somewhat know what I´m doing with my Teensy??
 
Status
Not open for further replies.
Back
Top