Hi,
I'm using SDK 15.0.0.
I'm trying to run part of TWI example in my project in separate .c file.
But I have next error:
Error[Pe020]: identifier "NRF_DRV_TWI_INSTANCE_0" is undefined D:\Projects\NRF52\MyProject\application\source\i2c_module.c 82

Proper header nrf_drv_twi.h is included (I included all headers from twi_sensor example).
Please advice what am I missing?
Reagards