Microprocessor and peripheral 2 assignments for AUTH
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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