AerospaceNU/karman-avionics

Rename functions in BNO055 driver

Aperta

#1 aperta il 12 mar 2019

 (0 commenti) (0 reazioni) (0 assegnatari)C (0 fork)auto 404
good first issue

Metriche repository

Star
 (1 stella)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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)

Guida contributor