Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 7aebf4e

Browse files
committed
Add arm opencv dependency
1 parent ac2f2cd commit 7aebf4e

8 files changed

Lines changed: 1 addition & 2 deletions

File tree

sdk/infinite_sense_core/arm/include/serial_manager.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
#include <mutex>
44
#include <thread>
55

6-
76
#include "serial.h"
87
#include "crc.h"
98

109
class SerialManager {
11-
static constexpr size_t IMU_DATA_NUM = 56;
10+
static constexpr size_t IMU_DATA_NUM = 52;
1211
static constexpr size_t BUF_LEN = 65540;
1312

1413
public:
328 Bytes
Binary file not shown.
3.5 MB
Binary file not shown.
2.59 MB
Binary file not shown.
2.59 MB
Binary file not shown.
3.76 MB
Binary file not shown.
2.89 MB
Binary file not shown.
2.89 MB
Binary file not shown.

0 commit comments

Comments
 (0)