View Single Post
  #6   Spotlight this post!  
Unread 24-01-2008, 22:36
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: Quick Gyro Questions

The set of pins with the signal pin labeled T is the gyro signal, which changes based on the rotation of the gyro chip. The other set of pins is a built in temperature sensor, since the gyro signal output changes based on the temperature. Under FRC conditions, you won't really need to use it.
__________________
Code:
void function(void)
 {
  function();
 }