Home
last modified time | relevance | path

Searched refs:HALF_STEP (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libpololu-avr/libpololu-avr-151002/examples_templates/stepper-motor1/
H A Dtest.c38 #define HALF_STEP 2 macro
162 stepMode = HALF_STEP; in main()
/dports/misc/lastools/LAStools-8ff2694/example_batch_scripts/
H A Dpit_free_script.bat12 set HALF_STEP=0.25 variable
40 lasthin -i normalized.laz -subcircle 0.05 -step %HALF_STEP% -highest -o temp.laz
64 lasthin -i normalized.laz -subcircle 0.025 -step %HALF_STEP% -highest -o temp.laz
/dports/devel/indi/indi-1.9.1/drivers/rotator/
H A Dpyxis.h71 enum { FULL_STEP, HALF_STEP}; enumerator
H A Dpyxis.cpp67 IUFillSwitch(&SteppingS[HALF_STEP], "HALF_STEP", "Half", ISS_OFF); in initProperties()
256 rc = setSteppingMode(HALF_STEP); in ISNewSwitch()
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/fontcrunch/
H A Dquadopt.cc27 #define HALF_STEP 1 macro
364 #if HALF_STEP in findBreaks()