esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
defininitions for simple utility functions More...
#include <stdio.h>
#include "sdkconfig.h"
#include "esp_system.h"
#include "esp_spi_flash.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
Go to the source code of this file.
Functions | |
void | print_chip_info (void) |
void | util_delay_millis (int) |
void | util_delay_seconds (int) |
void | util_delay_minutes (int) |
defininitions for simple utility functions
Definition in file utility.h.
void print_chip_info | ( | void | ) |
void util_delay_millis | ( | int | millis | ) |
void util_delay_minutes | ( | int | minutes | ) |