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 3.0">
7<meta http-equiv="Content-Style-Type" content="text/css">
8<link rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9<title>WBCSetupCalibration</title>
10</head>
11
12<body>
13
14<h1 align="left">WBCSetupCalibration</h1>
15
16<h2>Syntax</h2>
17
18<dl>
19  <dd><pre><code>#include &lt;revolution/wbc.h&gt;</code></pre></dd>
20  <dd><pre>BOOL WBCSetupCalibration ( void );</pre>
21  </dd>
22</dl>
23
24<h2>Arguments</h2>
25<p>
26None.
27</p>
28
29
30
31
32
33<h2>Return Values</h2>
34<p>
35Returns <code>TRUE</code> if the read of the calibration data started successfully. Returns <code>FALSE</code> if it failed.
36</p>
37
38<h2>Description</h2>
39<p>
40Reads calibration data necessary for weight conversion from the Wii Balance Board. Once the calibration data is obtained, there is no need to obtain it again as long as the Wii Balance Board does not change. Bear in mind that actual processing continues on for a short time (about 650ms) before completing. Use <a href="WBCGetCalibrationStatus.html"><code>WBCGetCalibrationStatus</code></a> to determine whether this function has completed normally.
41</p>
42
43<h2>See Also</h2>
44<p class="reference">
45<a href="WBCGetCalibrationStatus.html"><code>WBCGetCalibrationStatus</code></a>
46</p>
47
48<h2>Revision History</h2>
49
50<p>
512008/04/17 Changed the return value to a BOOL.<br>2007/10/02 Initial version.
52</p>
53<hr><p>CONFIDENTIAL</p></body>
54</html>
55