iralabdisco / otto_stm32

Firmware for differential drive robot Otto.
GNU General Public License v3.0
3 stars 0 forks source link

Fix code to follow Google c++ Style Guide #37

Closed fdila closed 4 years ago

fdila commented 4 years ago

https://google.github.io/styleguide/cppguide.html

fdila commented 4 years ago

Class attributes should be private Class methods should start with capital letter