Microprocessor and peripheral 2 assignments for AUTH
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

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