DIY Spinner Controller

Discussion of keyboards, gamepads, joysticks and other input related peripherals.
MrChatouille
Posts: 18
Joined: Thu Jan 06, 2022 9:38 am
Location: France
Has thanked: 1 time
Been thanked: 11 times
Contact:

Re: DIY Spinner Controller

Unread post by MrChatouille »

metalfacemark wrote: Wed May 03, 2023 1:03 pm
hellbent wrote: Sun Nov 06, 2022 6:26 pm

here is the code as i used it. it was tweaked for my button inputs.

Code: Select all

/*   Arcade Spinner v0.7
*    Copyright 2018 Joe W (jmtw000 a/t gmail.com)
*                   Craig B - Updated code for mouse movement modes(DROP, ACCM) and case statement for Button port bit validation

}

Is this for mister.ini ? I have a spinner but i cant get it to register on the mister.

This looks like the code to program an arduino.
Which spinner did you have ?

metalfacemark
Posts: 160
Joined: Mon Jan 04, 2021 12:04 pm
Has thanked: 14 times
Been thanked: 15 times

Re: DIY Spinner Controller

Unread post by metalfacemark »

its just a random usb one i picked up online.

metalfacemark
Posts: 160
Joined: Mon Jan 04, 2021 12:04 pm
Has thanked: 14 times
Been thanked: 15 times

Re: DIY Spinner Controller

Unread post by metalfacemark »

Ah i found it

; use specific (VID/PID) mouse X movement as a spinner and paddle. Use VID=0xFFFF/PID=0xFFFF to use all mice as spinners.
; spinner_throttle with base value 100 gives one spinner step per one tick. Higher value makes spinner slower.
; Lower than 100 makes spinner faster. Negative value gives opposite direction.
;spinner_vid=0x1BCF
;spinner_pid=0x0005
;spinner_throttle=-50

Post Reply