Home
last modified time | relevance | path

Searched refs:RotateMotor (Results 1 – 4 of 4) sorted by relevance

/dports/lang/nbc/doc/
H A DChangelog271 - Fixed a bug in RotateMotor functions which can cause it to hang if another task
382 RotateMotor(OUT_AB, 75, 3600) then no other thread will be able to control motors
383 A and B until the already executing RotateMotor function finishes. But now you
384 can safely call RotateMotor(OUT_A, 75, 3600) on one thread and RotateMotor(OUT_B,
390 use a variable as the port parameter, the RotateMotor functions acquire all three
392 safely call RotateMotor using a variable for the port parameter on two
723 - Fixes the RotateMotor/RotateMotorEx macros so that programs no longer
1373 - Fixes a problem in NBC (and NXC) with the RotateMotor API function
1408 OnFwdReg, OnRevReg, OnFwdSync, OnRevSync, RotateMotor, RotateMotorEx,
H A DReadme119 RotateMotor(ports, power, angle);
/dports/lang/nbc/NXT/
H A DNXCDefs.h1392 inline void RotateMotor(byte outputs, char pwr, long angle);
H A DNXTDefs.h10869 #define RotateMotor(_ports, _pwr, _angle) \ macro