EV3RT CXX API Reference [English]
An RTOS-based development platform for LEGO Mindstorms EV3.
ev3cxx_motor.h File Reference

EV3RT CPP API for motors. More...

#include "ev3cxx.h"

Go to the source code of this file.

Data Structures

struct  MotorConstants
 
class  Motor
 Class Motor. API for working with motor. More...
 

Namespaces

 ev3cxx
 

Enumerations

enum  MotorPort {
  A = 0,
  B,
  C,
  D
}
 Enum with index of motor port (A - D) More...
 
enum  MotorType {
  MEDIUM = 1,
  LARGE,
  UNREGULATED
}
 Enum with index of motor type. More...
 

Detailed Description

EV3RT CPP API for motors.

Author
Jaroslav Páral (jarekparal)

Definition in file ev3cxx_motor.h.