yy1717
2024-02-28 27fc91fbe8f88b6885356e68828cfe1ce1db7601
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Created by YY on 2024/2/27.
//
 
#ifndef MYAPPLICATION3_CAR_BOX_H
#define MYAPPLICATION3_CAR_BOX_H
 
#include <cstdint>
 
void InitCarBox(void);
void SendRtcmToUart(const uint8_t *dat, int length);
 
#endif //MYAPPLICATION3_CAR_BOX_H