Added BMS laptop-indep. testing with LED

This commit is contained in:
2026-03-11 18:26:59 -05:00
parent b17ac96f2f
commit 4b7db0d0c4
4 changed files with 52 additions and 4 deletions

View File

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