1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>PADStartMotor</title> 10</head> 11 12<body> 13 14<h1>PADStartMotor</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/pad.h> 19 20#define PAD_CHAN0 0 21#define PAD_CHAN1 1 22#define PAD_CHAN2 2 23#define PAD_CHAN3 3 24 25#define PADStartMotor(chan) \ 26 PADControlMotor((chan), PAD_MOTOR_RUMBLE) 27</pre></dd></dl> 28 29<h2>Arguments</h2> 30<TABLE class="arguments" border="1" > 31 <tr> 32<TH>chan</TH> 33<TD>One of <code>PAD_CHAN<i>n</i></code></TD> 34 </tr> 35</TABLE> 36 37<h2>Return Values</h2> 38<p>None.</p> 39 40<H2>Description</H2> 41<P>Starts rumbling the specified controller's motor.</P> 42<P>The WaveBird does not have a rumble motor.</P> 43 44<h2>See Also</h2> 45<p class="reference"> 46<a href="PADControlAllMotors.html">PADControlAllMotors</a>, 47<a href="PADControlMotor.html">PADControlMotor</a>, 48<a href="PADStopMotor.html">PADStopMotor</a>, 49<a href="PADStopMotorHard.html">PADStopMotorHard</a> 50</p> 51 52<H2>Revision History</H2> 53<P> 542006/03/01 Initial version.<br> 55</P> 56 57<hr><p>CONFIDENTIAL</p></body> 58</html>