mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Reset() is the only function without a null check around it. We call the function on startup, which means if it is unplugged the robot crashes. Also added an accessor for checking if it is connected, as some teams (us) would like to handle the case where it was not connected on startup.