We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fb427 commit 5c0db12Copy full SHA for 5c0db12
.gitignore
@@ -1,2 +1,3 @@
1
2
*.ini
3
+*.txt
ScoreWindow/ScoreWindow.pde
@@ -7,8 +7,8 @@ static final int Center=0;
7
static final int Left=-1;
8
static final int Right=1;
9
10
-String filename="C:/Users/Joshua/Google Drive/JoshuaFiles/Current/Projects/rcmgames/RCMgames/competition scoring/mini powerup/test/rcmscores.txt";
11
-String serialPort="COM5";
+String filename="C:/Users/Pickerell/Desktop/RCMscoring_PowerUpMini-master/rcm scoring tect file.txt";
+String serialPort="COM8";
12
13
int blueSide=Right;////
14
int LswitchBlue=Far;////
0 commit comments