Create a Turn command that uses the gyro sensor and an inputted angle to turn left or right
Some notes:
If the value passed in is a negative angle, turn left, and if it is positive, turn right
Use your DriveForward code as reference, its very similar