refactor(package): rename to dm_imu and restructure directories
Renamed package from dm_imu_pkg to dm_imu across PKG-INFO, egg-info files, and directories. Updated CMakeLists.txt, __init__.py, and top_level.txt to reflect new structure. Bumped gradio version from <5.0 to <6.0 in dependencies. This refactoring improves naming consistency and streamlines the package layout for better maintainability.
This commit is contained in:
10
dm_imu/src/bsp_crc.h
Normal file
10
dm_imu/src/bsp_crc.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __BSP_CRC_H
|
||||
#define __BSP_CRC_H
|
||||
#include <iostream>
|
||||
|
||||
|
||||
uint8_t Get_CRC8(uint8_t init_value ,uint8_t *ptr, uint8_t len);
|
||||
uint16_t Get_CRC16(uint8_t *ptr, uint16_t len);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user