Search found 2 matches
- Tue Mar 08, 2016 6:28 am
- Forum: V-USB
- Topic: vusb joystick analog problem
- Replies: 3
- Views: 5870
Re: vusb joystick analog problem
i don't use the adc function yet. just simulate the return value with dummy incremental variable. you can see i commented them in main.c update: i managed to get another usb example mjoyv1.1 working, and modify one of analog input with incremental variable (the dial). strangely, the symptom is same....
- Mon Mar 07, 2016 11:00 am
- Forum: V-USB
- Topic: vusb joystick analog problem
- Replies: 3
- Views: 5870
vusb joystick analog problem
Hi, i've build a working vusb with hid mouse example from vusb download package. Now i modified them a bit to become gamepad. After googling a bit and read a bit from some places, i got the buttons working, and later adc working. but there is a bit problem with the adc return value. it's a bit jumpy...