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

maxim-max127.h File Reference

MAXIM MAX127 ADC driver. More...

#include "common.h"

Go to the source code of this file.

Defines

#define MAX127_I2C_ADDR   0x50

Functions

int MAX127readChan (tSensors link, byte i2caddress, byte adcchannel)

Variables

tByteArray MAX127_I2CRequest
tByteArray MAX127_I2CReply

Detailed Description

MAXIM MAX127 ADC driver.

hitechnic-irseeker-v1.h provides an API for the MAXIM MAX127 ADC.

Changelog:

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:
08 March 2009
Version:
0.5

Definition in file maxim-max127.h.