shift_reg.h 193 B

123456789101112131415161718
  1. #ifndef __SHIFT_REG_H
  2. #define __SHIFT_REG_H
  3. #include <stdbool.h>
  4. //
  5. void sh_init(void);
  6. //
  7. void sh_test(uint8_t val);
  8. //
  9. void sh_delay(void);
  10. #endif // __SHIFT_REG_H