Page 2 of 2

Re: sensor uint8 temperature_sensor_read()

Posted: Tue Sep 19, 2017 9:29 pm
by rudi ;-)
thanks for your reply, see, you use "arduino" code skeleton in your code.

what is your RAW result ( return) for this line

Code: Select all

printf("ESP32 onchip Temperature = %d\n", temprature_sens_read());
best wishes
rudi ;-)

Re: sensor uint8 temperature_sensor_read()

Posted: Wed Sep 20, 2017 11:39 am
by urbanze
rudi ;-) wrote:thanks for your reply, see, you use "arduino" code skeleton in your code.

what is your RAW result ( return) for this line

Code: Select all

printf("ESP32 onchip Temperature = %d\n", temprature_sens_read());
best wishes
rudi ;-)
Yep! I use Arduino Core with IDF-Component to change some boot configurations, like task watchdog or clock... I put your code, see:
Image