joystick12: Add Elecfreaks Joystic 1.2/1.4 support
This should also support similar analog joysticks Signed-off-by: izard <alexander.komarov@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
11
src/joystick12/pyupm_joystick12.i
Normal file
11
src/joystick12/pyupm_joystick12.i
Normal file
@@ -0,0 +1,11 @@
|
||||
%module pyupm_joystick12
|
||||
%include "../upm.i"
|
||||
|
||||
%include "stdint.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "joystick12.h"
|
||||
%{
|
||||
#include "joystick12.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user