This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
d2896df821
zephyr
/
samples
/
basic
/
blinky_pwm
/
boards
/
xiao_rp2040.overlay
14 lines
147 B
Plaintext
Raw
Blame
History
&{/pwm_leds} {
status = "okay";
};
&pwm_led0 {
status = "okay";
};
&pwm {
status = "okay";
divider-frac-4 = <15>;
divider-int-4 = <255>;
};
Reference in New Issue
View Git Blame
Copy Permalink