/* * ShiftReg.h * * Created on: Aug 25, 2024 * Author: DashyFox */ #ifndef SRC_SHIFTREG_H_ #define SRC_SHIFTREG_H_ #include "stm32f1xx_hal.h" #define NUMLEDS 10 void SetShiftReg_inline (unsigned char b1, unsigned char b2, unsigned char b3); void SetShiftReg (unsigned char shiftreg[3]); #endif /* SRC_SHIFTREG_H_ */