Home
last modified time | relevance | path

Searched refs:servo (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/basic/servo_motor/src/
Dmain.c16 static const struct pwm_dt_spec servo = PWM_DT_SPEC_GET(DT_NODELABEL(servo)); variable
17 static const uint32_t min_pulse = DT_PROP(DT_NODELABEL(servo), min_pulse);
18 static const uint32_t max_pulse = DT_PROP(DT_NODELABEL(servo), max_pulse);
35 if (!pwm_is_ready_dt(&servo)) { in main()
36 printk("Error: PWM device %s is not ready\n", servo.dev->name); in main()
41 ret = pwm_set_pulse_dt(&servo, pulse_width); in main()
/Zephyr-latest/samples/basic/servo_motor/boards/
Dbbc_microbit.overlay3 servo: servo {
4 compatible = "pwm-servo";
Drddrone_fmuk66.overlay3 servo: servo {
4 compatible = "pwm-servo";
Dmimxrt1062_fmurt6.overlay4 servo: servo {
5 compatible = "pwm-servo";
/Zephyr-latest/samples/basic/servo_motor/
DREADME.rst1 .. zephyr:code-sample:: servo-motor
24 by PWM. The servo must be defined in Devicetree using the ``pwm-servo``
25 compatible (part of the sample) and setting its node label to ``servo``. You
31 servo: servo {
32 compatible = "pwm-servo";
/Zephyr-latest/boards/shields/adafruit_pca9685/doc/
Dindex.rst45 https://learn.adafruit.com/adafruit-16-channel-pwm-slash-servo-shield?view=all
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/doc/
Dindex.rst76 also the ChromiumOS servo.
100 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/doc/
Dindex.rst90 also the ChromiumOS servo.
114 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
/Zephyr-latest/boards/google/dragonclaw/doc/
Dindex.rst47 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
/Zephyr-latest/boards/google/icetower/doc/
Dindex.rst44 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/doc/
Dindex.rst89 the ChromiumOS servo.
124 https://chromium.googlesource.com/chromiumos/platform/ec#Flashing-via-the-servo-debug-board
/Zephyr-latest/boards/nxp/rddrone_fmuk66/doc/
Dindex.rst23 - Connector for PWM servo/motor controls
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1929 * :github:`12239` - BLE400 / nRF51822 (nRF51) PWM clock too low (servo-motor example)