|
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();
}
|