#ifndef __SHIFT_REG_H #define __SHIFT_REG_H #include <stdbool.h> // void sh_init(void); // void sh_test(uint8_t val); // void sh_delay(void); #endif // __SHIFT_REG_H