Closed
Description
Hardware:
Board: DOIT ESP32 DVKIT V1 Board
Core Installation/update date: 29/1/2018
IDE name: Arduino IDE 1.8.5 Windows 10/Ubuntu 17.10
Flash Frequency: 80Mhz
Upload Speed: 921600
Description:
The tempratur is every time 180° or 179°F but I can feel, that it is getting warmer.
Sketch:
#ifdef __cplusplus
extern "C" {
#endif
uint8_t temprature_sens_read();
#ifdef __cplusplus
}
#endif
uint8_t temprature_sens_read();
void setup()
{
Serial.begin(9600);
}
void loop()
{
delay(200);
Serial.println(temprature_sens_read());
}
Metadata
Metadata
Assignees
Labels
No labels