zephyr/samples/basic/servo_motor/boards/bbc_microbit.overlay

11 lines
125 B
Plaintext
Raw Normal View History

/* SPDX-License-Identifier: Apache-2.0 */
/ {
aliases {
pwm-servo = &sw_pwm;
};
};
&sw_pwm {
clock-prescaler = <3>;
};