In the online documentation it shows a DRAW_DisplayTemp function. When I try to use it, it will not work. Further investigation shows the circle_api.h file does not contain this function. DRAW_DisplayVbat works great! Is the documentation discussing a function not yet released? Thanks!
It has been added, then removed, then added again, then.... the reason was the lack of stability/accuracy of the internal temperature sensor. I believe that the function is just commented out in the source files of CircleOS.
Thanks for the reply. I've been using the UTIL_GetTemp function and see the instability problem. It can be "cleaned" a bit by doing a couple readings and getting an average of them. The DRAW_DisplayTemp function are not in the circle_api.h or circle_api.c I have. I have 3.7 OS.
Guess I'll continue my quest for temperature function through 1-wire functionality searching. Have any suggestions for 1-wire function adding? Thanks!