restructured i2c-max split, added BMS unit test

This commit is contained in:
2026-03-09 16:09:28 -05:00
parent b03b0c0f43
commit b17ac96f2f
8 changed files with 137 additions and 63 deletions

6
test/bms_test.hpp Normal file
View File

@@ -0,0 +1,6 @@
#ifndef BMS_TEST_H
#define BMS_TEST_H
void bms_test_app();
#endif