forked from achamaikin/CCSModuleSW30Web
initial commit
first build, test
This commit is contained in:
25
Core/Inc/board.h
Normal file
25
Core/Inc/board.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* board.h
|
||||
*
|
||||
* Created on: Apr 15, 2024
|
||||
* Author: colorbass
|
||||
*/
|
||||
|
||||
#ifndef SRC_BOARD_H_
|
||||
#define SRC_BOARD_H_
|
||||
|
||||
void GBT_Lock(uint8_t state);
|
||||
|
||||
typedef enum{
|
||||
RELAY_AUX,
|
||||
RELAY_CC,
|
||||
|
||||
}relay_t;
|
||||
|
||||
void RELAY_Write(relay_t num, uint8_t state);
|
||||
void Init_Peripheral();
|
||||
uint8_t GBT_LockGetState();
|
||||
void GBT_Lock(uint8_t state);
|
||||
uint8_t SW_GetAddr();
|
||||
|
||||
#endif /* SRC_BOARD_H_ */
|
||||
Reference in New Issue
Block a user