AerospaceNU/karman-avionics

Rename functions in BNO055 driver

オープン

#1 opened on 2019/03/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C (0 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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)

コントリビューターガイド