Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dservo.c53 uint8_t pulse_max; // units of 10us member
70 pyb_servo_obj[i].pulse_max = 242; in servo_init()
101 } else if (s->pulse_dest > s->pulse_max) { in servo_timer_irq_callback()
102 s->pulse_dest = s->pulse_max; in servo_timer_irq_callback()
245 tuple[1] = mp_obj_new_int(10 * self->pulse_max); in pyb_servo_calibration()
253 self->pulse_max = mp_obj_get_int(args[2]) / 10; in pyb_servo_calibration()
/dports/lang/micropython/micropython-1.17/docs/library/
H A Dpyb.Servo.rst69 .. method:: Servo.calibration([pulse_min, pulse_max, pulse_centre, [pulse_angle_90, pulse_speed_100…
77 - ``pulse_max`` is the maximum allowed pulse width.
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c55 pulse_max = 1024 enumerator
664 pulse_s pulse_list[pulse_max];
671 if (pulse_count >= pulse_max) return; in new_pulse()
686 if (pulse_count >= pulse_max) return; in new_pulse()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/MicroPython/
H A Dmicropython.api506 pyb.Servo.calibration?4(pulse_min=None, pulse_max=None, pulse_centre=None, pulse_angle_90=None, pul…
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Dmicropython.api509 pyb.Servo.calibration?4(pulse_min=None, pulse_max=None, pulse_centre=None, pulse_angle_90=None, pul…