Tool/software: TI C/C++ Compiler
Hello Community,
I am implementing I2C sensor with contiki-ng on cc1312R1 platform.
I took hello-world.c example and added sensor's library in code and also edited code to get I2C sensor's data.
There is no I2C support on contiki-ng for cc1312R1 platform.
I want to add I2C driver for sensor.
I used I2C.h file of other platform but I failed to get data.
How could I add I2C driver to run I2C sensor on hello-world.c code?
Thanks and Regards,
Vignesh K.