Hello,
I am using nRF52833 based BE33 (Celium Devices) and using nRF52SDK17.0.2. I am a beginner at Nordic. I want to understand how I can access a pin named "P1.04" I believe we can access a pin named "P0.11" as pin number 11 in the code as shown below.
nrf_gpio_pin_write(11,1);
or
nrf_gpio_pin_write(11,0);
Similarly how to access the pin named "P1.04"?
Thanks and regards,
Neeraj Dhekale