wiiuse
Public Attributes | List of all members
wii_board_t Struct Reference

Wii Balance Board "expansion" device. More...

#include <wiiuse.h>

Public Attributes

uint8_t update_calib
 
uint8_t use_alternate_report
 
Interpolated weight per sensor (kg)

These are the values you're most likely to use.

See example.c for how to compute total weight and center of gravity from these values.

float tl
 
float tr
 
float bl
 
float br
 
Raw sensor values
uint16_t rtl
 
uint16_t rtr
 
uint16_t rbl
 
uint16_t rbr
 
Sensor calibration values
uint16_t ctl [3]
 
uint16_t ctr [3]
 
uint16_t cbl [3]
 
uint16_t cbr [3]
 

Detailed Description

Wii Balance Board "expansion" device.

A Balance Board presents itself as a Wiimote with a permanently-attached Balance Board expansion device.


The documentation for this struct was generated from the following file: