Regist.h 100 B

1234567891011
  1. #ifndef __REGIST_H
  2. #define __REGIST_H
  3. #include <stdint.h>
  4. uint8_t regist_device(void);
  5. #endif