Mindstorms 3rd Party ROBOTC Drivers RobotC
[Home] [Download] [Submit a bug/suggestion] [ROBOTC Forums] [Blog] [Support this project]
Functions | Variables

hitechnic-gyro.h File Reference

HiTechnic Gyroscopic Sensor driver. More...

#include "common.h"

Go to the source code of this file.

Functions

float HTGYROreadRot (tSensors link)
float HTGYROstartCal (tSensors link)
float HTGYROreadCal (tSensors link)
float HTGYROreadRot (tMUXSensor muxsensor)
float HTGYROstartCal (tMUXSensor muxsensor)
float HTGYROreadCal (tMUXSensor muxsensor)
void HTGYROsetCal (tMUXSensor muxsensor, int offset)
void HTGYROsetCal (tSensors link, int offset)

Variables

float HTGYRO_offsets [][]

Detailed Description

HiTechnic Gyroscopic Sensor driver.

hitechnic-gyro.h provides an API for the HiTechnic Gyroscopic Sensor.

Changelog:

Credits:

License: You may use this code as you wish, provided you give credit where its due.

THIS CODE WILL ONLY WORK WITH ROBOTC VERSION 3.59 AND HIGHER.

Author:
Xander Soldaat (xander_at_botbench.com)
Date:
20 February 2011
Version:
0.4

Definition in file hitechnic-gyro.h.