AerospaceNU/karman-avionics

Rename functions in BNO055 driver

Open

#1 opened on Mar 12, 2019

 (0 comments) (0 reactions) (0 assignees)C (0 forks)auto 404
good first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

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)

Contributor guide