I am following the example guide:
however when I try to compile the example code, I get the error that "pwm.h" does not exist.
I am following the example guide:
however when I try to compile the example code, I get the error that "pwm.h" does not exist.
It was just that the example is outdated. Using another example in the zephyr folder worked fine
It was just that the example is outdated. Using another example in the zephyr folder worked fine
With ncs v1.2.0, the zephyr version is bumped as well, where including drivers have changed. ncs v1.1.0 include:
#include <pwm.h>
ncs v1.2.0 include:
#include <drivers/pwm.h>
Kind regards,
Håkon