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

13 lines
199 B
Plaintext
Raw Normal View History

/* SPDX-License-Identifier: Apache-2.0 */
/ {
aliases {
pwm-servo = &sw_pwm;
};
};
&sw_pwm {
status = "okay";
clock-prescaler = <3>;
channel-gpios = <&edge_connector 19 GPIO_ACTIVE_HIGH>;
};