Other Parts Discussed in Thread: CC1350, TMP116, SYSBIOS
Tool/software: Code Composer Studio
Dear experts,
now i am working with cc1350 launch pad and read temperature and humidity from the sensor(i2c tmp116 example), i use while function in main thread for read data continuously now i want to create a function like void read_sensor() then execute this function periodically with timers. i am a newbie to Ti micro controllers and CCS also, that why i struggle in this step can you help me to find solution for my problem.