Go to the documentation of this file.
27 #if defined(CONF_DMOTOR)
71 const void on()
const { direction(::
fwd); }
76 const void off()
const { direction(::
off); }
83 const void brightness(
const unsigned char level)
const { speed(level); }
85 const void speed(
const unsigned char speed)
const { (*ms)(speed); }
86 const void direction(
const MotorDirection dir)
const { (*md)(dir); }
88 void (*ms)(
unsigned char speed);
93 #warning Enable CONF_DMOTOR to use Lamp.H
Generated on Sat Mar 15 2014 11:28:19 for brickOS C++ by
1.8.1.2