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 17<h2>C Specification</h2> 18 19<dl> 20 <dd><pre><code>#include <revolution/pad.h> 21 22#define PAD_CHAN0 0 23#define PAD_CHAN1 1 24#define PAD_CHAN2 2 25#define PAD_CHAN3 3</code></pre> 26 </dd> 27 <dd><pre><CODE>#define PADStartMotor(chan) \ 28 PADControlMotor((chan), PAD_MOTOR_RUMBLE)</CODE></pre> 29 </dd> 30</dl> 31 32<h2>Arguments</h2> 33<TABLE border="1" cellpadding="3" cellspacing="0.1"> 34 <tr> 35<TD width="120" bgcolor="#ffffe8"><FONT face="Courier New"><EM><STRONG><STRONG><EM><CODE>chan</CODE></EM></STRONG></STRONG></EM></FONT></TD> 36<TD width="520">one of the <code>PAD_CHAN<em>n</em></code> constants.</TD> 37 </tr> 38</TABLE> 39<h2>Return Values</h2> 40 41<p>None.</p> 42<H2>Description</H2> 43<P>This function starts the rumbling of the specified controller's motor. </P> 44<P>The WaveBird does not have a rumble motor.</P> 45 46 47<p></p> 48 49<h2>See Also</h2> 50 51<p><a href="toc.html" target="contents">Controller Functions</a>, <a href="PADControlAllMotors.html"><code>PADControlAllMotors</code></a>, <code><a href="PADControlMotor.html">PADControlMotor</a></code>, <a href="PADStopMotor.html"><code>PADStopMotor</code></a>, <a href="PADStopMotorHard.html"><code>PADStopMotorHard</code></a></p> 52<H2>Revision History</H2> 53<P>2006/03/01 Initial version.</P> 54<hr> 55<P>CONFIDENTIAL</p> 56</BODY> 57</HTML>