HI Mike ,
I trying using Arduino Temp by Arduino DUE board , but i have error message for :

Arduino: 1.6.7 (Windows 7), Board: "Arduino Due (Programming Port)"

Arduino-LM35-GS_Platform-2:207: error: 'dtostrf' was not declared in this scope

dtostrf(degreesC, 12, 3, tempC); //Convert float to string
exit status 1
'dtostrf' was not declared in this scope

Please help me solve problem.

Best Regards