HID Joystick - For use with X-Plane or other programs that can read HID JoySticks

Dependencies:   USBDevice mbed-rtos mbed

Fork of JoyStick by Ries Twisk

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
AnalogFilterInterfaceAnalog filter Interface This is the base class if you want to create your own filters and beable to chain them within analog inputs
AnalogInFilteredAnalog input, this reads a analog value from a PIN and send the data through the filterchain
AutoScaleAuto scale a analog input to it's desired min/max values This is handy of you connect a potentiometer to a analog input where you cannot make the full values, but your flight simulator expects full values
LowPassFilterA simple First Order Low Pass filter for analog input's This is a IIR filter based on http://en.wikipedia.org/wiki/Iir_filter
SimpleButtonDecoderButtonDecoder
USBJoystickUSBJoystick example