PADStopMotor

C Specification

#include <revolution/pad.h>

#define PAD_CHAN0               0
#define PAD_CHAN1               1
#define PAD_CHAN2               2
#define PAD_CHAN3               3
#define PADStopMotor(chan)     \
PADControlMotor((chan), PAD_MOTOR_STOP)

Arguments

chan One of the PAD_CHANn constants.

Return Values

None.

Description

This function stops the rumbling of the specified controller's motor naturally.

The WaveBird does not have a rumble motor.

See Also

Controller Functions, PADControlAllMotors, PADControlMotorPADStartMotor, PADStopMotorHard

Revision History

03/01/2006 Initial version.