@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
#define D(x) HAL_GPIO_WritePin(D_GPIO_Port,D_Pin,x)
|
||||
#define CLK(x) HAL_GPIO_WritePin(LCK_GPIO_Port,LCK_Pin,x)
|
||||
#define RCLK(x) HAL_GPIO_WritePin(RCK_GPIO_Port,RCK_Pin,x)
|
||||
|
||||
|
||||
|
||||
void fuck();
|
||||
Reference in New Issue
Block a user