Show
Ignore:
Timestamp:
09/18/08 17:57:06 (5 years ago)
Author:
atorf
Message:

Added changes from /branches/telle/RWTHMindstormsNXT-Lejos to current testing-branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/atorf/RWTHMindstormsNXT-Lejos-Combined/@NXTmotor/NXTmotor.m

    r267 r272  
    7777%     end 
    7878%  
    79     obj.port           = 0; 
    80     obj.power          = 0; 
    81     obj.motorOn        = 1; 
    82     obj.brake          = 1; 
    83     obj.regulationMode = 'SPEED'; 
    84     obj.turnRatio      = 0; 
    85     obj.runState       = 'RUNNING'; 
    86     obj.tachoLimit     = 0; 
     79    obj.Port           = 0; 
     80    obj.Power          = 0; 
     81    obj.MotorOn        = 1; 
     82    obj.Brake          = 1; 
     83    obj.RegulationMode = 'SPEED'; 
     84    obj.TurnRatio      = 0; 
     85    obj.RunState       = 'RUNNING'; 
     86    obj.TachoLimit     = 0; 
    8787end 
    8888