Hi,
I have code for NRF51822 which used TWI form sdk 8.
Now I want to port it into NRF52840, but I have issues with using old TWI api.
They are located at path .. nRF5_SDK_1500\components\drivers_nrf\twi_master\deprecated\twi_master.h and I'm always have errors about udefined functions.
Should I use some extra define in preprocessor to use them?
Regards!