mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 03:27:45 +08:00
add some new modules
This commit is contained in:
5
User_Code/module/software/vision/v_comm/v_comm.c
Normal file
5
User_Code/module/software/vision/v_comm/v_comm.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by ASUS on 2025/11/17.
|
||||
//
|
||||
|
||||
#include "v_comm.h"
|
||||
8
User_Code/module/software/vision/v_comm/v_comm.h
Normal file
8
User_Code/module/software/vision/v_comm/v_comm.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by ASUS on 2025/11/17.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_V_COMM_H
|
||||
#define TRONONEH7_SCAFFOLD_V_COMM_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_V_COMM_H
|
||||
8
User_Code/module/software/vision/v_comm/v_protocol.h
Normal file
8
User_Code/module/software/vision/v_comm/v_protocol.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by ASUS on 2025/11/17.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_V_PROTOCOL_H
|
||||
#define TRONONEH7_SCAFFOLD_V_PROTOCOL_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_V_PROTOCOL_H
|
||||
5
User_Code/module/software/vision/vision.c
Normal file
5
User_Code/module/software/vision/vision.c
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by ASUS on 2025/11/17.
|
||||
//
|
||||
|
||||
#include "vision.h"
|
||||
8
User_Code/module/software/vision/vision.h
Normal file
8
User_Code/module/software/vision/vision.h
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by ASUS on 2025/11/17.
|
||||
//
|
||||
|
||||
#ifndef TRONONEH7_SCAFFOLD_VISION_H
|
||||
#define TRONONEH7_SCAFFOLD_VISION_H
|
||||
|
||||
#endif //TRONONEH7_SCAFFOLD_VISION_H
|
||||
1
User_Code/module/software/vision/vision.md
Normal file
1
User_Code/module/software/vision/vision.md
Normal file
@@ -0,0 +1 @@
|
||||
# 视觉,通信,弹道解算相关
|
||||
Reference in New Issue
Block a user