reeltwo / PSController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2 Nav Controllers

jlvandusen opened this issue · comments

Is there a way to connect 2 Nav Controllers similar to how we use the SHADOW system on R2?

commented

/* optionally hard code the Mac address of the drive stick and dome stick /
/
otherwise the first stick to connect will be the drive stick and the second the dome stick */
#define DRIVE_STICK_BT_ADDR nullptr
#define DOME_STICK_BT_ADDR nullptr

PSController driveStick(DRIVE_STICK_BT_ADDR);
PSController domeStick(DOME_STICK_BT_ADDR);