Home
last modified time | relevance | path

Searched refs:NXT_REGULATION_MODE_IDLE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/roboctl/roboctl-0.3.8/Commands/NXTRemote/
H A Dnxtremote.c150 NXT_MODE_MOTORON,NXT_REGULATION_MODE_IDLE, in control_motion()
153 NXT_MODE_MOTORON,NXT_REGULATION_MODE_IDLE, in control_motion()
181 NXT_MODE_MOTORON,NXT_REGULATION_MODE_IDLE, in control_implement_with_button()
218 NXT_MODE_MOTORON,NXT_REGULATION_MODE_IDLE, in control_implement_with_joystick()
/dports/devel/roboctl/roboctl-0.3.8/Libs/C/
H A Drct_nxt_output.h11 NXT_REGULATION_MODE_IDLE = 0x00, enumerator
34 #define NXT_OUTPUT_INIT { NXT_MODE_BRAKE, NXT_REGULATION_MODE_IDLE, \
H A Dnxt_output.c7 nxt_output->regulation_mode = NXT_REGULATION_MODE_IDLE; in nxt_output_init()