create separate folder for arduino and espidf

This commit is contained in:
Florian Hoss 2022-04-10 13:26:52 +02:00
parent bc3989f111
commit a5e0f81930
22 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#ifndef LOGGER_H
#define LOGGER_H
#include "esp_log.h"
#include "esp_system.h"
#include "esp_spi_flash.h"
void print_logo();
void print_esp32_information();
void setup_all_log_levels();
#endif