Go to Post And let's face it their junk is our robot! - jrgrim12 [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 07-01-2008, 21:59
Ryan O's Avatar
Ryan O Ryan O is offline
FRC Eclipse Plug-in Developer
no team (FRC Eclipse)
Team Role: Programmer
 
Join Date: Jan 2006
Rookie Year: 2005
Location: Plaistow
Posts: 111
Ryan O is an unknown quantity at this point
Send a message via AIM to Ryan O
WPILib Use Help

Okay, so we are just starting WPILib use on our team, and it looks great. However, we are having a couple problems, like how to use some features. I am trying to use the LEDs on the OI (Pwm1_green, for example). I tried using that like I did before, and it didn't work, and I acan't find the function for it. Is there a list of functions and there use out there, because there isn't one in the verison of the papers I got. Also, the SetCompetitionMode function is generateing a warning saying it has no prototype, but I can see it in BuiltIns.h, and API.h is included in that, and BuiltIns.h is included in main. Any help would be great. Here is the basic code I wrote to build off, which aside from the prototype warning compiled clean:

Main.c:

//Include features
#include "BuiltIns.h"
#include "Constants_Control.h"

//Setup competition mode, called first
void IO_Initialization(void)
{
//Set to automatic competition mode handling
SetCompetitionMode(AUTO_FIELD);
}

//Initialize: run at robot startup regradless of mode
void Initialize(void)
{

}

//Note: will switch between auto and operator automatically,
//even if the code is currently in an infinite loop

//Autonomous: run at field control enable
void Autonomous(void)
{
while(INFINITE)
{

}
}

//OperatorControl: Teleoperated period
void OperatorControl(void)
{

}

//Main: Satifies call requiremen only, unused
void main(void)
{

}


My only custom file s far, ConstantsandControl.h:

#ifndef Constants_Control
#define Constants_Control

//Constants
#define AUTO_FIELD 1
#define INFINITE 1

//Controls

#endif


End Code

Any help wuld be greatly appreciated
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Use of printf in WPILib koenig3456 Programming 2 06-03-2006 07:21
could use some programming help. mtaylor Programming 2 23-01-2005 10:54
could use some programming help. mtaylor Technical Discussion 2 23-01-2005 10:54
iF could use some help Nick Mac FIRST-related Organizations 0 12-05-2003 21:26
anyone use an arm to help balance archiver 2001 8 24-06-2002 02:46


All times are GMT -5. The time now is 23:20.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi