diff --git a/include/padscore/wpad.h b/include/padscore/wpad.h index 68dc5a66..75266f32 100644 --- a/include/padscore/wpad.h +++ b/include/padscore/wpad.h @@ -279,6 +279,15 @@ void WPADRead(WPADChan chan, void *data); +/** + * Controls the associated WPADChan's rumble motor. + * Set rumbleStatus to 1 for rumble. + * Set rumbleStatus to 0 for no rumble. + */ +void +WPADControlMotor(WPADChan chan, + uint32_t rumbleStatus); + void WPADSetAutoSleepTime(uint8_t time);