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

dexterind-temp.h File Reference

ROBOTC DI Temp Probe Driver. More...

Go to the source code of this file.

Functions

bool DTMPreadTemp (tSensors link, float &temp)
bool DTMPreadTempK (tSensors link, float &temp)
bool DTMPreadTempF (tSensors link, float &temp)

Variables

const float _a [] = {0.003357042, 0.003354017, 0.0033530481, 0.0033536166}
const float _b [] = {0.00025214848, 0.00025617244, 0.00025420230, 0.000253772}
const float _c [] = {0.0000033743283, 0.0000021400943, 0.0000011431163, 0.00000085433271}
const float _d [] = {-0.000000064957311, -0.000000072405219, -0.000000069383563, -0.000000087912262}

Detailed Description

ROBOTC DI Temp Probe Driver.

dexterind-temp.h provides an API for the Dexter Industries Temperature Probe.

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 (mightor@gmail.com)
Date:
13 June 2010
Version:
0.1

Definition in file dexterind-temp.h.