Hi,
After looking around it seems like the I2C example that used to be in the older SDK is currently not available anymore. I was wondering if it was replaced with anything or do I have to write an I2C test program from scratch?
Regards, Joe
Hi,
After looking around it seems like the I2C example that used to be in the older SDK is currently not available anymore. I was wondering if it was replaced with anything or do I have to write an I2C test program from scratch?
Regards, Joe
Which example are you talking about JoeS? If you find older example useful, you can just port it to newer SDK instead of writing from scratch. That should save you lot of time.
TWI_SW_master uses bitbanging using GPIO's, my guess that it should work right away after you use the right board configuration (correct board flags and headers)
TWI_SW_master uses bitbanging using GPIO's, my guess that it should work right away after you use the right board configuration (correct board flags and headers)