#include <stdio.h>
#include "esp_log.h"
#define TAG "golioth_example"
/*
#include <sys/time.h>
#include <esp_timer.h>
#include <driver/gpio.h>
#include <rom/ets_sys.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>*/
/*
while(1)
{
float distance = read_distance();
if (distance < previous * 1000)
{
previous = distance;
printf("Measured distance: %0.0f\n", distance);
}
vTaskDelay(100 / portTICK_PERIOD_MS);
}*/
extern "C"
{
void app_main(void);
}
void app_main(void) {
ESP_LOGW(TAG, "WiFi and golioth credentials are not set");
ESP_LOGW(TAG, "Use the shell settings commands to set them, then restart");
printf("0000\n");
}
esp:0
esp:1
esp:2
esp:3
esp:4
esp:5
esp:6
esp:7
esp:8
esp:9
esp:10
esp:18
esp:19
esp:GND.1
esp:3V3.1
esp:3V3.2
esp:GND.2
esp:RST
esp:GND.3
esp:GND.4
esp:5V.1
esp:5V.2
esp:GND.5
esp:GND.6
esp:GND.7
esp:GND.8
esp:GND.9
esp:RX
esp:TX
esp:GND.10