8639

Results 4 issues of 8639

would you add xinput support to ESP32-BLE-Gamepad?

could you please add digital triggers?

if( adcValueReady == 1 ){ rightTriggerValue = (uint8_t)map( rightTriggerValue_ADC, 0, 4096, 0, UINT8_MAX ); leftTriggerValue = (uint8_t)map( leftTriggerValue_ADC, 0, 4096, 0, UINT8_MAX ); xRightStickValue = (int16_t)map( xRightStickValue_ADC, 0, 4096, INT16_MIN,...

How do I compile this for ARM? Please and thank you.