/**
* @brief Acceleration (g's) in body frame.
* Embedded MPL defines gravity as positive acceleration pointing away from
* the Earth.
* @param[out] data Acceleration in g's, q16 fixed point.
* @param[out] accuracy Accuracy of the measurement from 0 (least accurate)
* to 3 (most accurate).
* @param[out] timestamp The time in milliseconds when this sensor was read.
* @return 1 if data was updated.
*/
brief 程序注释
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Golang代码注释规范及goland代码注释模板配置
文章目录文档目标注释规范总体原则文件注
golang 注释 goland 规范 模板