I have a nRF52 DK and I want to read digital data. When input pin get High other out pin get High 100ms for example. I am very confused. I tried pin_change_int example. I know it bu I need multiple input. Please help me nordic people
I have a nRF52 DK and I want to read digital data. When input pin get High other out pin get High 100ms for example. I am very confused. I tried pin_change_int example. I know it bu I need multiple input. Please help me nordic people
The Pin Change Interrupt example shows how to use GPIOTE. If you need more GPIOTE channels, you can add that to your application. I would recommend you to read about GPIOTE in the product specification and also have a look at the GPIOTE driver.
The Pin Change Interrupt example shows how to use GPIOTE. If you need more GPIOTE channels, you can add that to your application. I would recommend you to read about GPIOTE in the product specification and also have a look at the GPIOTE driver.
Link Broken.