diff --git a/inc/tempsense.h b/inc/tempsense.h --- a/inc/tempsense.h +++ b/inc/tempsense.h @@ -2,6 +2,10 @@ #define TEMPSENSE_H +#define TEMPSENSE_MAX_CS_PIN GPIO_PIN_15 +#define TEMPSENSE_MAX_CS_PORT GPIOA + + void tempsense_init(void); float tempsense_readtemp(void);