Hey everyone. I'm trying to use the Azure Sphere to build a chess playing robot. To control the stepper motors to move the arm I am using the two click boards from the link: https://www.mikroe.com/stepper-13-click
This board uses the PCA9538A i2c expander chip. Now when I am trying to compile in Visual Studio I use the i2c library as documented by Microsoft but whenever I try to use a function that should exist in that library I receive the error "implicit declaration of function 'I2CMaster_WriteThenRead' [-Werror=implicit-function-declaration]". Does anyone have any idea of what I need to do to fix this?