device_ids.inc

来自「胎压检测接收端汇编源码--tpms-rx」· INC 代码 · 共 14 行

INC
14
字号
* Device_IDs.inc

************************************************************************************
* This file contains the IDs of all four transmitters packaged with this receiver. *
* Only a transmitter with one of the following IDs will be received and processed. *
* The IDs stored in Flash can be modified with the GUI software.                   *
************************************************************************************


                DB      $01,$33,$33,$44                 ;Default LF tire ID
                DB      $33,$33,$33,$00                 ;Default RF tire ID
                DB      $89,$aa,$bb,$cc                 ;Default LR tire ID
                DB      $cd,$ee,$ff,$00                 ;Default RR tire ID

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?