We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2964447 commit f13cfc4Copy full SHA for f13cfc4
examples/GameportToUSB/GameportToUSB.ino
@@ -25,7 +25,7 @@ void setup()
25
{
26
pinMode(LED_BUILTIN, OUTPUT);
27
28
- USBHID.begin(HID_JOYSTICK);
+ USBHID.begin(HID_JOYSTICK);
29
digitalWrite(LED_BUILTIN, 1);
30
controller.begin();
31
adc_set_sample_rate(ADC1, ADC_SMPR_13_5); // ADC_SMPR_13_5, ADC_SMPR_1_5
0 commit comments