12 lines
131 B
C
12 lines
131 B
C
//
|
|
// Created by dell on 24-11-29.
|
|
//
|
|
|
|
#ifndef RS485_H
|
|
#define RS485_H
|
|
|
|
#include <stdbool.h>
|
|
#include <string.h>
|
|
|
|
#endif //RS485_H
|