I want to use TWI to read the sensor data. When using the software TWI, I found that the communication takes a long time, which will greatly increase the battery consumption. So I want to use hardware TWI to implement this function, but the hardware TWI driver seems to have an error.
"..\..\..\..\..\..\components\drivers_nrf\twi_master\deprecated\twi_hw_master.c(80): error: #136: struct "<unnamed>" has no field "POWER ""
How do I solve this problem?
Thank you everyone