Skip to content

Commit

Permalink
fix: changed dbc and returning cells in mv
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-carbone committed Jun 27, 2023
1 parent 5465f5b commit b0392ac
Show file tree
Hide file tree
Showing 10 changed files with 450 additions and 125 deletions.
4 changes: 2 additions & 2 deletions Core/Inc/L9963E_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void L9963E_utils_init(void);
void L9963E_utils_read_cells(uint8_t read_gpio);
uint16_t const* L9963E_utils_get_gpios(uint8_t *len);
uint16_t const* L9963E_utils_get_cells(uint8_t *len);
float L9963E_utils_get_cell_v(uint8_t index);
float L9963E_utils_get_batt_v(void);
float L9963E_utils_get_cell_mv(uint8_t index);
float L9963E_utils_get_batt_mv(void);

#endif // L9963E_UTILS_H
Loading

0 comments on commit b0392ac

Please sign in to comment.