Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

File naming

File names should be prefixed with the Subsystem, and then a descriptive name in Pascal Case or all uppercase for specific nouns.

Code Block
LOS_DRIVER_BMX160.cpp
AM_StateClasses.cpp
AM_Interface.cpp
LOS_Link.cpp
LOS_CORE_i2c.cpp
SF_MAHRS.cpp

Variables

variables should be written using camel case.

...