|
Re: sending info to a console
Hi A Kenney03,
Call "DriverStationLCD getInstance()" instead of "new DriverStationLCD()".
Since there can only be one DriverStationLCD, the private access prevents you from trying to create two objects to refer to the same item on the driver station.
BTW, errors like this are easier to comment on if you can post the error message. I wasn't sure if you were talking about a compile error, network error, code error, or what :-)
|