PingPong/Core/Inc/ShiftReg.h
2024-08-25 20:27:17 +03:00

18 lines
313 B
C

/*
* 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_ */