refactor function and file naming

This commit is contained in:
2025-03-09 14:35:40 +02:00
parent c6f2048d22
commit 9a40b5a6fb
8 changed files with 53 additions and 38 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
#include "generic_macros.h"
#include "lcd.h"
#include "external_temp.h"
#include "DNI.h"
#include "PCA9685.h"
#include "24AA02E48.h"
@@ -56,8 +56,8 @@ I2C_HandleTypeDef hi2c1;
/* USER CODE BEGIN PV */
void ((*executors[])(void)) = {
external_temp_show_celsius,
external_temp_show_fahrenheit,
DNI_show_celsius,
DNI_show_fahrenheit,
PCA9685_run_test,
EEPROM_24AA02E48_run_test
};