This file contains 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
#pragma config(Sensor, dgtl1, up, sensorTouch) | |
#pragma config(Sensor, dgtl2, down, sensorTouch) | |
#pragma config(Sensor, dgtl3, upLimit, sensorTouch) | |
#pragma config(Sensor, dgtl4, downLimit, sensorTouch) | |
#pragma config(Motor, port6, armMotor, tmotorVex393_MC29, openLoop, encoderPort, None) | |
//*!!Code automatically generated by 'ROBOTC' configuration wizard !!*// | |
task main() | |
{ | |
//Loop Forever |