#include <revolution/wpad.h>
#define WPAD_CHAN0 0
#define WPAD_CHAN1 1
#define WPAD_CHAN2 2
#define WPAD_CHAN3 3
u8 WPADGetRadioSensitivity( s32 chan );
chan |
One of WPAD_CHANn values. |
Gets the radio sensitivity (in percent) from the Wii Remote.
Gets the radio sensitivity of the Wii Remote for the specified channel. The radio sensitivity is calculated from the number of data frames obtained within a set period as a percent value.
08/15/2006 Initial version.
CONFIDENTIAL