mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Added sample programs for Solenoids and Relays.
Added a sample program to the eclipse plugin which uses joystick buttons in Operator Control mode in order to control the output of a single and a double solenoid. Also added a sample program which uses joystick buttons to control a spike/Relay. Bonus: The title on the window that you get when you are opening a sample in C++ said "Java" instead of "C++". Fixed now. Change-Id: I0d01c23003d1fba2dbb08cbe6977ec886d97a22f
This commit is contained in:
@@ -41,7 +41,7 @@ public class ExampleCPPWizard extends ExampleWizard {
|
||||
protected IWizardPage getDetailsPage() {
|
||||
if (detailsPage != null) return detailsPage;
|
||||
detailsPage = new NewProjectMainPage(selection, getTeamNumberPage());
|
||||
detailsPage.setTitle("Create Example Robot Java Project");
|
||||
detailsPage.setTitle("Create Example Robot C++ Project");
|
||||
detailsPage.setDescription("This wizard creates a new example project based on your selection.");
|
||||
detailsPage.setShowPackage(false);
|
||||
return detailsPage;
|
||||
|
||||
Reference in New Issue
Block a user