Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: USBDevice mbed-rtos mbed
Fork of JoyStick by
Auto generated API documentation and code listings for JoyStick
| AnalogFilterInterface | Analog filter Interface This is the base class if you want to create your own filters and beable to chain them within analog inputs |
| AnalogInFiltered | Analog input, this reads a analog value from a PIN and send the data through the filterchain |
| AutoScale | Auto 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 |
| LowPassFilter | A simple First Order Low Pass filter for analog input's This is a IIR filter based on http://en.wikipedia.org/wiki/Iir_filter |
| SimpleButtonDecoder | ButtonDecoder |
| USBJoystick | USBJoystick example |
Code
| AnalogFilterInterface.cpp [code] | |
| AnalogFilterInterface.h [code] | |
| AnalogInFiltered.cpp [code] | |
| AnalogInFiltered.h [code] | |
| AutoScale.cpp [code] | |
| AutoScale.h [code] | |
| Button.cpp [code] | |
| Button.h [code] | |
| LowPassFilter.cpp [code] | |
| LowPassFilter.h [code] | |
| main.cpp [code] | |
| SimpleButtonDecoder.cpp [code] | |
| SimpleButtonDecoder.h [code] | |
| USBJoystick.cpp [code] | |
| USBJoystick.h [code] |
