WPADStopMotor

C Specification

#include <revolution/wpad.h>

#define WPAD_CHAN0               0
#define WPAD_CHAN1               1
#define WPAD_CHAN2               2
#define WPAD_CHAN3               3
#define WPADStopMotor( chan )      WPADControlMotor( (chan), WPAD_MOTOR_STOP )

Arguments

chan One of WPAD_CHANn values.

Return Values

None.

Description

Stops vibration on the Wii Remote of the specified channel.

See Also

WPAD functions
WPADControlMotor
WPADStartMotor

Revision History

10/20/2005 Added WPAD_CHANn macro
08/01/2005 Initial version.


CONFIDENTIAL