#ifndef SHIFT_REG_H #define SHIFT_REG_H #include void shift_reg_init(void); void shift_reg_write(uint16_t data); #endif