I changed the I2C pins to below, and it not work. so is it possible to reconfigure the I2C pin? what should I do since I already set to 8&9 in the hardware board?
const nrf_drv_twi_config_t twi_lm75b_config = { //.scl = 8,//ARDUINO_SCL_PIN,(originally 27) //.sda = 9,//ARDUINO_SDA_PIN,(originally 26) .frequency = NRF_TWI_FREQ_400K, .interrupt_priority = APP_IRQ_PRIORITY_HIGH, .clear_bus_init = false };