update ir adress space

This commit is contained in:
DashyFox 2025-01-30 16:17:45 +03:00
parent 444b84c313
commit 277985f79a
2 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,5 @@
{
"board": "STMicroelectronics:stm32:GenF4",
"port": "COM17",
"prebuild": "if exist bin rd /s /q bin",
"configuration": "clock=25MHz,pnum=MAKET_F401RETX,upload_method=swdMethod,xserial=generic,usb=CDCgen,xusb=FS,opt=osstd,dbg=none,rtlib=nano",
"sketch": "IR-protocol.ino"
"prebuild": "if exist bin rd /s /q bin"
}

View File

@ -15,7 +15,7 @@
IR_MSG_ACCEPT с адреса 0 воспринимается всеми устройствами
*/
//**** Контрольные точки ******
#define IR_MAX_ADDR_CPU 64999
#define IR_MAX_ADDR_CPU 63999
#define IR_MIN_ADDR_CPU 32000
// //***** Группы машинок ********
@ -28,11 +28,11 @@
//********* Машинки ***********
#define IR_MAX_CAR 31999
#define IR_MIN_CAR 100
#define IR_MIN_CAR 1
//***** Пульты управления *****
#define IR_MAX_CONTROLLER 99
#define IR_MIN_CONTROLLER 0
#define IR_MAX_CONTROLLER 64999
#define IR_MIN_CONTROLLER 64000
/*
/```````````````````````````````````````````````` data pack `````````````````````````````````````````````\