Description:
Implement a module for reading feedbacks.
Implementation steps:
- Take a look to the hv-bms-mainboard-sw implementation;
- Write one (or more)
get and set functions;
- Write unit tests;
- Run static code analysis;
- Run valgrind to check for memory related errors.
Dependencies:
None.
Additional notes:
None.