You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
513 B
27 lines
513 B
//////////////////////////////////////////////////////////////////////////
|
|
/// COPYRIGHT NOTICE
|
|
/// Copyright (c) 2023, 传控科技
|
|
/// All rights reserved.
|
|
///
|
|
/// @file asp_gsensor.c
|
|
/// @brief asp_gsensor
|
|
///
|
|
///(本文件实现的功能的详述)
|
|
///
|
|
|
|
|
|
////20221217_213321 CCmodify new uart struct for road protocol
|
|
|
|
|
|
#ifndef _ASP_GSENSOR_H_
|
|
#define _ASP_GSENSOR_H_
|
|
#include "bsp_config.h"
|
|
void L2_gsensor_init(u8 d);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif ///#ifndef _ASP_GSENSOR_H_
|
|
|
|
|