This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python3 | |
| """ | |
| partially copied from https://github.com/robotpy/examples/tree/main/arcade-drive | |
| modified to use a xbox controller and actual motor controllers | |
| """ | |
| import wpilib | |
| import wpilib.drive | |
| import ctre | |
| import rev | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Replace the lines with your subjects | |
| subjects: | |
| 1: Line 1 | |
| 2: Line 2 | |
| 3: Line 3 | |
| 4: Line 4 | |
| 5: Line 5 | |
| 6: Line 6 | |
| 7: Line 7 | |
| 0: Break |