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

mindsensors-sumoeyes.h File Reference

Mindsensors Sumo Eyes Sensor driver. More...

#include "common.h"

Go to the source code of this file.

Enumerations

enum  tObstacleZone { MSSUMO_NONE = 0, MSSUMO_FRONT = 1, MSSUMO_LEFT = 2, MSSUMO_RIGHT = 3 }

Functions

tObstacleZone MSSUMOreadZone (tSensors link)
void MSSUMOsetShortRange (tSensors link)
void MSSUMOsetLongRange (tSensors link)

Variables

TSensorTypes MSSUMOLRType = sensorLightInactive
TSensorTypes MSSUMOSRType = sensorLightActive

Detailed Description

Mindsensors Sumo Eyes Sensor driver.

mindsensors-sumoeyes.h provides an API for the Mindsensors Sumo Eyes 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:
30 October 2011
Version:
0.1

Definition in file mindsensors-sumoeyes.h.