mirror of
https://github.com/FIX94/libwiidrc.git
synced 2024-11-25 02:56:58 +01:00
-added function to get raw i2c address
This commit is contained in:
parent
7922ef1cc5
commit
0be511d843
@ -44,6 +44,7 @@ bool WiiDRC_Init();
|
||||
bool WiiDRC_Inited();
|
||||
bool WiiDRC_Recalibrate();
|
||||
bool WiiDRC_ScanPads();
|
||||
const u8 *WiiDRC_GetRawI2CAddr();
|
||||
const struct WiiDRCData *WiiDRC_Data();
|
||||
u32 WiiDRC_ButtonsUp();
|
||||
u32 WiiDRC_ButtonsDown();
|
||||
|
@ -98,6 +98,10 @@ bool WiiDRC_ScanPads()
|
||||
return true;
|
||||
}
|
||||
|
||||
const u8 *WiiDRC_GetRawI2CAddr()
|
||||
{
|
||||
return __WiiDRC_I2CBuf;
|
||||
}
|
||||
const struct WiiDRCData *WiiDRC_Data()
|
||||
{
|
||||
return &__WiiDRC_PadData;
|
||||
|
Loading…
Reference in New Issue
Block a user