Skip to content

Commit

Permalink
FTC/FRC unification CBMotorMonitorMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rakar committed Oct 3, 2018
1 parent ef31cb6 commit 2712b48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 53 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/montclairrobotics/cyborg/Cyborg.java
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,7 @@ public void logMessage(String msg, boolean immediate) {
//if(immediate) telemetry.update();
}

public void putStringArray(String title, String[] msgs) {
SmartDashboard.putStringArray(title, msgs);
}
}
2 changes: 1 addition & 1 deletion src/main/java/org/montclairrobotics/cyborg/core

This file was deleted.

0 comments on commit 2712b48

Please sign in to comment.