struct for the battery module #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
module_temps and module_voltages should both be under the single struct module which holds both the temperatures and voltages of the module with extra functionality such as per module error count and the current slave id on the module.
battery.h would then use a struct array of modules instead of 2 seperate temperature and voltage arrays.