Search found 1 match
- Tue Apr 25, 2023 10:19 am
- Forum: Report Bugs
- Topic: Implicit declaration esp_timer_get_time()
- Replies: 1
- Views: 7260
Implicit declaration esp_timer_get_time()
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/gpio.h"
#include "esp32/rom/ets_sys.h"
#include "ds18b20.h"
// OneWire commands
#define GETTEMP 0x44 // Tells device to take a temperature reading and put it on the scratchpad
#define SKIPROM 0xCC // Command to address all ...