Changes between Version 13 and Version 14 of ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController
- Timestamp:
- Nov 4, 2019, 1:37:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController
v13 v14 58 58 * Even though the program is running on the robot, you can set breakpoints, step through code, examine and change variables, etc. from your laptop. 59 59 60 * Extra credit: extend the program to print a message or display a value on the Smart Dashboard when a button is pressed on the xbox controller. 61 * Now examine some of the more sophisticated functions in [wiki:///ControlSystems/SampleCode/XboxController this sample code] 60 === Extra credit 61 Extend the program to print a message or display a value on the Smart Dashboard when a button is pressed on the xbox controller. 62 63 === Next steps 64 Examine some of the more sophisticated functions in [wiki:///ControlSystems/SampleCode/XboxController this sample code]