Hi
I want to know how to get a configuration of a single pin .

I added this function to the blinky example.
But it keeps reporting -ENOSYS.
Testing environment: ncs2.8.0 nRF52840DK
My test code is as follows.


Hi
I want to know how to get a configuration of a single pin .

I added this function to the blinky example.
But it keeps reporting -ENOSYS.
Testing environment: ncs2.8.0 nRF52840DK
My test code is as follows.


Hi,
This function is not implemented in our device driver, which is why it returns -ENOSYS. This API is relatively new (introduced in 2022), and it appears that we have not gotten around to add support for it yet. Do you need this to check if the output is set active high or low?
Best regards,
Vidar
Hi,
This function is not implemented in our device driver, which is why it returns -ENOSYS. This API is relatively new (introduced in 2022), and it appears that we have not gotten around to add support for it yet. Do you need this to check if the output is set active high or low?
Best regards,
Vidar