vanderbiltrobotics / loadcell

0 stars 0 forks source link

Naming conventions #7

Open AWatk opened 6 years ago

AWatk commented 6 years ago

Functions names should be a bit more standard.

I would suggest making read() private and only exposing get_value().. Then rename the current get_units() function to get_value_mv() or get_value_raw()


read() --> private
get_units --> get_value_mv() or get_value_raw()