您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

19 行
225 B

  1. /*
  2. * File:
  3. * Author: JF
  4. *
  5. * Created on November 30, 2018, 7:33 PM
  6. */
  7. #ifndef TC77_H
  8. #define TC77_H
  9. #include "define.h"
  10. int TC77Configure();
  11. float TC77GetActualTemp();
  12. short TC77GetDeviceID();
  13. #endif /* TC77_H */