Changeset 904
- Timestamp:
- 09/17/10 01:01:25 (3 years ago)
- Location:
- trunk/mfiles
- Files:
-
- 4 added
- 2 modified
-
GetColor.m (modified) (1 diff)
-
GetEOPD.m (added)
-
GetNXT2Color.m (added)
-
OpenColor.m (modified) (2 diffs)
-
OpenEOPD.m (added)
-
OpenNXT2Color.m (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mfiles/GetColor.m
r902 r904 66 66 % specified, the default handle will be used (call |COM_SetDefaultNXT| to 67 67 % set one). 68 % 69 % Limitations 70 % It's by design that the white LED of the Color sensors cannot be turned 71 % off by calling |CloseSensor|. It's always on when the sensor is 72 % connected. The V2 hardware version of the sensor performs significantly 73 % better than the V1 version. 68 74 % 69 75 % Example -
trunk/mfiles/OpenColor.m
r902 r904 23 23 % 24 24 % 25 % Limitations 26 % It's by design that the white LED of the Color sensors cannot be turned 27 % off by calling |CloseSensor|. It's always on when the sensor is 28 % connected. The V2 hardware version of the sensor performs significantly 29 % better than the V1 version. 30 % 31 % 25 32 % Examples 26 33 %+ OpenColor(SENSOR_2); … … 28 35 %+ CloseSensor(SENSOR_2); 29 36 % 30 % See also: GetColor, CloseSensor, COM_ReadI2C, NXT_LSGetStatus, NXT_LSRead37 % See also: GetColor, CloseSensor, OpenColorNXT2, GetColorNXT2, COM_ReadI2C 31 38 % 32 39 % Signature
