hi, I am working nrf52832. I am making configuration file for nrf52.so I want to used Led3 set as high.
#define LED3 ((GPIO_PIN_CNF_SENSE_High << GPIO_PIN_CNF_SENSE_Pos) | \
(GPIO_PIN_CNF_DRIVE_S0S1 << GPIO_PIN_CNF_DRIVE_Pos) | \
(GPIO_PIN_CNF_DIR_Output << GPIO_PIN_CNF_DIR_Pos));
sense_high is used as high signal i.e. this pin set to high or not?
or if this pin high then we can used.
actually am not understand the meaning of that signal.please reply me as early as possible. thanks