Closed opatiny closed 5 months ago
How to ensure the state and the serial parameters are always up to date? Currently we have to do both by hand.
Maybe implement functions that do both internally.
Approach: use structures with the name of the parameters containing the data and never have another variable that contains exactly the same information.
How to ensure the state and the serial parameters are always up to date? Currently we have to do both by hand.
Maybe implement functions that do both internally.