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