mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 05:09:32 +00:00
IR_CMD_Handler
This commit is contained in:
17
Core/Inc/ShiftReg.h
Normal file
17
Core/Inc/ShiftReg.h
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* ShiftReg.h
|
||||
*
|
||||
* Created on: Aug 25, 2024
|
||||
* Author: DashyFox
|
||||
*/
|
||||
|
||||
#ifndef SRC_SHIFTREG_H_
|
||||
#define SRC_SHIFTREG_H_
|
||||
|
||||
#include "stm32f1xx_hal.h"
|
||||
|
||||
void SetShiftReg_inline (unsigned char b1, unsigned char b2, unsigned char b3);
|
||||
void SetShiftReg (unsigned char shiftreg[3]);
|
||||
|
||||
|
||||
#endif /* SRC_SHIFTREG_H_ */
|
Reference in New Issue
Block a user