Analog Software Coding Standard Reference: http://analogsw-wiki.design.ti.com/index.php/Coding#Naming_Conventions Project coding standard notes: - Naming of variables, functions, constants, and so on shall follow a consistent convention throughout a project. - Global variables not part of a module (and thus having a module specific prefix) should use the "g_" prefix. NOTE: The sprinf() function requires printf support option to be enabled. TODO: Write a custom function to convert/format double/float to string. Why is reference voltage different than expected? Why does input volage drift/load at times? Why is data readback invalid at times?