mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10:16 +00:00
update ir adress space
This commit is contained in:
parent
444b84c313
commit
277985f79a
4
.vscode/arduino.json
vendored
4
.vscode/arduino.json
vendored
@ -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"
|
||||
}
|
@ -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 `````````````````````````````````````````````\
|
||||
|
Loading…
x
Reference in New Issue
Block a user