Skip to content

Instantly share code, notes, and snippets.

View Riprock's full-sized avatar
💭
Just working hard or Just Hardly Working

Evan Riprock

💭
Just working hard or Just Hardly Working
View GitHub Profile
@Riprock
Riprock / Arrowhead.json
Created June 30, 2025 04:04
D3 GeoDAta
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#pragma config(Motor, port2, Frontleft, tmotorVex393_MC29, openLoop, reversed, driveLeft)
#pragma config(Motor, port3, Backleft, tmotorVex393_MC29, openLoop, driveLeft)
#pragma config(Motor, port4, Frontright, tmotorVex393_MC29, openLoop, reversed, driveRight)
#pragma config(Motor, port5, Backright, tmotorVex393_MC29, openLoop, driveRight)
#pragma config(Motor, port6, Cat1, tmotorVex393_MC29, openLoop)
#pragma config(Motor, port7, Cat2, tmotorVex393_MC29, openLoop, reversed)
//*!!Code automatically generated by 'ROBOTC' configuration wizard !!*//
#pragma platform(VEX)