AerospaceNU/karman-avionics

Rename functions in BNO055 driver

开放

#1 创建于 2019年3月12日

 (0 条评论) (0 个反应) (0 位负责人)C (0 个派生)auto 404
good first issue

仓库指标

星标
 (1 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The BNO055 driver currently has functions to get data named in snake case, but we want the functions to be in camel case (i.e. get_accel should be renamed to getAccel)

贡献者指南