7 lines
84 B
C++
7 lines
84 B
C++
#ifndef BMS_TEST_H
|
|
#define BMS_TEST_H
|
|
|
|
void bms_test();
|
|
void bms_test_LED();
|
|
|
|
#endif |