add ADC/DAC and PWM

This commit is contained in:
Edward Emelianov
2025-10-06 23:27:30 +03:00
parent 17b4d714e0
commit 24ddc7e1a6
16 changed files with 477 additions and 932 deletions

View File

@@ -23,7 +23,7 @@
#include "mlx90640.h"
// amount of sensors processing
#define N_SESORS (5)
#define N_SENSORS (5)
// maximal errors number to stop processing
#define MLX_MAX_ERRORS (11)