实现大部分小板通信命令
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user