[WiiC] reading balance board?
Brought to you by:
gabriele82rm
|
From: Pete J. <pet...@gm...> - 2011-04-03 12:37:47
|
Great library. Have just built on a macbook pro, and for the most part seems to be working nicely. However, I'm struggling to get expansions to work. For example, after plugging in a nunchuck isUsingEXP() returns 1. However, no EVENT_NUNCHUK_INSERTED fires and wm.ExpansionDevice.GetType() returns 0. Equally, when I disconnect the nunchuck isUsingEXP() returns 0 but no EVENT_NUNCHUK_INSERTED fires. In both cases (i.e. when a nunchuck is plugged in/out) EVENT_STATUS fires. Similarly, I can connect a balance board, but can't get any sensor readings out since no expansion device seems to be created. E.g. : *attachment: 0* *speaker: 0* *ir: 0* *leds: 1 0 0 0* *battery: 1.035000 %* * * Could you point me towards what I might be doing wrong? Best, pete |