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_ */