移植与电子模块通信相关代码
This commit is contained in:
31
source/elec_det/elec_det.h
Normal file
31
source/elec_det/elec_det.h
Normal file
@@ -0,0 +1,31 @@
|
||||
#ifndef elec_det_h__
|
||||
#define elec_det_h__
|
||||
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
uint8_t elec_local_addr(void);
|
||||
|
||||
void elec_led1_power(int power);
|
||||
|
||||
void elec_led2_power(int power);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user