提交工程,小程序源码已完成,单片机待完成

This commit is contained in:
2026-02-10 20:21:41 +08:00
commit fd55a14b62
3778 changed files with 1062672 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#ifndef _MAIN_H_
#define _MAIN_H_
#include "sys.h"
#include "led.h"
#include "delay.h"
#include "USART.h"
#include "WIFI.h"
#include "oled.h"
#include "motor.h"
uint8_t CONNECT_FLEG;
#endif