shift_reg.h 261 B

123456789101112131415161718192021222324
  1. #ifndef __SHIFT_REG_H
  2. #define __SHIFT_REG_H
  3. #include <stdbool.h>
  4. //
  5. void sh_init(void);
  6. //
  7. void en_crnt_alrm_in(uint16_t val);
  8. //
  9. uint16_t sh_ai_mode(uint16_t val);
  10. //
  11. void sh_ai_connect(uint16_t val);
  12. //
  13. void sh_delay(void);
  14. #endif // __SHIFT_REG_H