Regist.h 101 B

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