Other Parts Discussed in Thread: CC1350
Tool/software: TI-RTOS
I am trying to add and use a ds18b20 sensor whose communication protocol is 1-wire. I could not find the protocol library for cc1350 inside the SDK, so I will try to write it.
1) Do you have any idea where I can find this library? or
2) What is the best way (simple and efficient) to implement a microsecond delay to make one 1-wire library?
3) Can a timer put the CPU in sleep mode and run mode after a count (like a timer_Sleep), how to do it?
I am working with CC1350 / launchpad, sensortag and ti-15.4-Stack.
thanks in advance.