Датчики объема. Адреса CAN + 0x80

This commit is contained in:
2025-07-28 18:14:03 +03:00
parent 6d250bb68a
commit 111ec362b4
12 changed files with 774 additions and 791 deletions

View File

@@ -1,5 +1,4 @@
extern float ADC_table[];
extern int ADC_skip[];
extern float MesPerSec;
void setup_adc(void);

View File

@@ -43,8 +43,8 @@
//-----------------------------------------------
//-----------------------------------------------
#define TPL_INV 7
#define TPL_FLT 6
#define TPL_INV 8
#define TPL_FLT 8
#define TPL_ENG 8
#define TPL_MAX (TPL_INV + 2)