rename heart variables and function

This commit is contained in:
2025-12-01 12:18:38 +01:00
parent 3ba29199c4
commit 6dd232fb83
4 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
#define HEART_RATE_TASK_PERIOD (1000 / portTICK_PERIOD_MS)
/* Public function declarations */
uint8_t get_heart_rate(void);
void update_heart_rate(void);
uint8_t get_temp(void);
void update_temp(void);
#endif // HEART_RATE_H