first commit

This commit is contained in:
David R.
2025-09-05 18:58:05 +02:00
parent fc13e0779b
commit ed05c83ac6
3678 changed files with 832193 additions and 0 deletions
@@ -0,0 +1,21 @@
#ifndef _ENTHERNET_H
#define _ENTHERNET_H
#include "esp_err.h"
#include "lvgl.h"
#include "bsp/esp-bsp.h"
#ifdef __cplusplus
extern "c" {
#endif
extern lv_obj_t *label;
void test_enthernet_init(void);
void get_enthernet_Result(void);
#ifdef __cplusplus
}
#endif
#endif