msc_event.h

来自「AVR atmega64串口驱动」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef  MSC_EVENT_H
#define  MSC_EVENT_H
//***********************************************************
//短信接收指令列表:短信事件
const uchar Password[8] 				PROGMEM="5BC67801";//密码 OK
const uchar User[8]          			PROGMEM="75286237";//用户 OK
const uchar New_Password[16] 			PROGMEM="65B05BC67801003A";//新密码:13 OK
const uchar Inquiry_Condition[16] 		PROGMEM="67E58BE272B66001";//查询状态15 ok
const uchar New_Name[16] 				PROGMEM="65B0540D79F0003A";//新名称:16  OK
const uchar SMS_Tel[16] 				PROGMEM="77ED4FE175358BDD";//短信电话 
const uchar Password88[16] 			PROGMEM="5BC67801003F003F";//密码?? ok
const uchar Inquiry_Establishment[16] 	PROGMEM="67E58BE28BBE7F6E";//查询设置 
const uchar Communication_gap[16]      PROGMEM="901A8BAF95F49694";//通讯间隔
//**********************************************************
#endif

⌨️ 快捷键说明

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