Refactor names to follow new convention
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
extern volatile double vbat_global;
|
||||
extern volatile double teng_global;
|
||||
|
||||
void vbat_global_read(double& out);
|
||||
void vbat_global_write(const double& in);
|
||||
void vbatGlobalRead(double& out);
|
||||
void vbatGlobalWrite(const double& in);
|
||||
|
||||
void teng_global_read(double& out);
|
||||
void teng_global_write(const double& in);
|
||||
void tengGlobalRead(double& out);
|
||||
void tengGlobalWrite(const double& in);
|
||||
|
||||
Reference in New Issue
Block a user