View Single Post
  #6   Spotlight this post!  
Unread 21-02-2006, 11:33
Jake M Jake M is offline
void* Jake;
FRC #1178 (DURT)
Team Role: Programmer
 
Join Date: Jan 2006
Rookie Year: 2005
Location: Missouri
Posts: 118
Jake M has a spectacular aura aboutJake M has a spectacular aura about
Re: Joystick Programming

That's perfectly fine. You don't need to use both 13 and 14, or both 15 and 16. Just one or the other. 13 and 14 are exactly the same, as are 15 and 16.
__________________
Code:
void function(void)
 {
  function();
 }