ds18b20-MODBUS/john103C6T6/Core/Inc/Proj_setup.h
andrey 2e4b034670 обмен перенес на usart2
на новой плате изолированный 485 передатчик на uart2  .
на  type-c сидит uart1
2025-11-18 19:35:22 +03:00

13 lines
239 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __PROJ_SETUP
#define __PROJ_SETUP
//**********BEGIN defines***********
//#define OldVer
#define MAX_SENSE 32 // НЕ ДЕЛАТЬ МЕНЬШЕ 16
#define project new_ver//old //new
//**********END defines***********
#endif