Any board not named uduinoBoard will not give access to pins in Unity

Issue #52 new
Braden Starcher created an issue

I am trying to control two Arduino Unos and don’t have access to both sets of pins simultaneously.

I have changed

Uduino uduino("uduinoBoard");

to

Uduino uduino("controller");

in Uduino.ino for one of the boards trying to follow the Multiple Arduino boards tutorial. I need to access pins on both Unos and no matter what I name the controller board or flash to it, I only am given access to the Send Command option in Unity for controller.

The only difference between the code that’s flashed amongst the boards is the two lines above.

Comments (0)

  1. Log in to comment