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
|
|