Clean slate with TAC, CyberarmEngineV2, and stubbed structure.

This commit is contained in:
2023-09-14 20:21:28 -05:00
parent f3a5a54f67
commit f1cbb0b172
38 changed files with 1916 additions and 131 deletions

View File

@@ -26,4 +26,5 @@ android {
dependencies {
implementation project(':FtcRobotController')
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
implementation 'org.ftclib.ftclib:core:2.1.1'
}