change proto to text strings; add simplest NTC measurement

This commit is contained in:
Edward Emelianov
2026-05-06 23:30:36 +03:00
parent 0b7ecba54b
commit 4614183f38
16 changed files with 878 additions and 621 deletions

View File

@@ -39,6 +39,7 @@ typedef enum{
} mlx_state_t;
int mlx_setaddr(int n, uint8_t addr);
uint8_t mlx_getaddr(int n);
mlx_state_t mlx_state();
int mlx_nactive();
uint8_t *mlx_activeids();