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

20 行
262 B

  1. /*
  2. * console.h
  3. *
  4. * Created on: Jun 28, 2020
  5. * Author: hoo2
  6. */
  7. #ifndef CONSOLE_H_
  8. #define CONSOLE_H_
  9. #include <hal.h>
  10. #include "thermostat.h"
  11. #include <string.h>
  12. extern float_t temp_get_current (void);
  13. void console (void);
  14. #endif /* CONSOLE_H_ */