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

HTGYRO-driver.h File Reference

HiTechnic Gyroscopic Sensor driver. More...

#include "common.h"

Go to the source code of this file.

Functions

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

Variables

int HTGYRO_offsets [][]

Detailed Description

HiTechnic Gyroscopic Sensor driver.

HTGYRO-driver.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 2.00 AND HIGHER.

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

Definition in file HTGYRO-driver.h.