Hello
I'm following the tutorial in the devacademy to learn how to use zephyr and VsCode. I'm using an NRF52DK with the NRF52832 installed. Within Lesson 6, I can configure the device to use I2C in master mode. I've tested the code with a Sensirion temperature and humidity sensor and it works well.
The problem I'm having is adapting this code and configuring the device as an I2C slave. I found a blog online that walks the user through this but I cannot get past the first step of modifying the Prf.conf. I get the squiggly line error on CONFIG_NRFX_TWIS0=y. Here is the website: link
Anyway, I've tried to tweak the code in prj.conf, .overlay and main.c files but am unable to build the code. Could someone please assist me with this issue? I'm sure that I'm making a basic mistake somewhere but I have little direction at this point.
-Shawn