添加485获取特定命令的代码

This commit is contained in:
2024-11-29 18:21:23 +08:00
parent 70e3e162ae
commit 699a8218f7
4 changed files with 43 additions and 1 deletions

11
inc/RS485.h Normal file
View File

@@ -0,0 +1,11 @@
//
// Created by dell on 24-11-29.
//
#ifndef RS485_H
#define RS485_H
#include <stdbool.h>
#include <string.h>
#endif //RS485_H