实现大部分小板通信命令

This commit is contained in:
ranchuan
2023-10-07 18:15:52 +08:00
parent 8e3a140bec
commit ffb4ff97b2
21 changed files with 1000 additions and 173 deletions

View File

@@ -3,10 +3,10 @@
#include "stdint.h"
#include "bytearray.h"
int elec_init(void);
uint8_t elec_local_addr(void);
@@ -14,10 +14,15 @@ void elec_led1_power(int power);
void elec_led2_power(int power);
array_def *elec_check_result(void);
array_def *elec_write_hardversion(int version);
array_def *elec_write_resistor_cbv(int cbv);
array_def *elec_check_resistor(void);
array_def *elec_check_with_scheme(array_def *uid_psw);