* 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>
* Add emulated stick values for Nunchuk and Classic Controller
* Add acceleration sensor data to KPADStatus
I have also changed the posValid type from uint8_t to int8_t because the value can be negative.
A negative value means that the result validity is not really good.
* Set version to beta in the doc
* Added mask for button C and button Z on the Nunchuk
The same mask applies to WPADButton and WPADNunchukButton.
* Add doxygen comments and fix typos
Most of the comments are pretty obvious but at least it's a start.
* Fix a copy-paste error in my last commit
I have also added comments for VPADGetTPCalibrationParam and VPADSetTPCalibrationParam.
* Add documentation for all buttons