Commit Graph

3 Commits

Author SHA1 Message Date
Daniel K. O.
6f9a38068d
Complete vpad functions and some docs fixes. (#446)
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
* Added all vpad functions.

* - Moved `VPAD_BUTTON_REPEAT` into `VPADButtons` enum.
- Added `const` to `pattern` parameter in `VPADControlMotor()`
- Docs: moved note about single gamepad into `VPADChan` enum.
- Docs: removed redundant link/endlink commands.
- Docs: fixed some docs.

* Fix parameter name.

* - Fixed argument names for VPADCalcTPCalibrationParam.
- Fixed number and type of arguments for VPADWriteTPCalibrationValueToEEPROM.

* Use WUT_ENUM_BITMASK_TYPE on bitmask enums.

* - Renamed "accelorometer" to "accelerometer".
- Added documentation for VPADAccStatus.

* Better wording.

* Renamed parameters for VPADWriteTPCalibrationValueToEEPROM.

---------

Co-authored-by: Daniel K. O. (dkosmari) <none@none>
2026-06-01 19:11:09 +02:00
GaryOderNichts
2c98cc91aa Run clang-format
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
2025-06-05 11:06:04 +01:00
GaryOderNichts
4a98cd4797 Separate vpadbase from vpad 2023-04-01 17:05:16 +02:00