systemconst.c

来自「cypress cy3721做的外部无线结点。感知温度后将温度值反给中心结点。」· C语言 代码 · 共 26 行

C
26
字号
//
//  SystemConst.c
//
//   Declaration of system constants structure

#include "SystemConst.h"

#pragma abs_address: 0x1f40

SYSTEM_CONSTANT_STRUC const SystemConst =
{
	{		{	156, 5 },
		{	183, 5 },
		{	211, 5 },
		{	239, 5 },
		{	267, 5 },
		{	294, 5 },
		{	322, 5 },
		{	350, 5 },
	},

	{""} // empty string initializer
};

#pragma end_abs_address

⌨️ 快捷键说明

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