⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hwimage.h

📁 driver studio 中的例子usbnic.rar
💻 H
字号:
//****************************************************************
// Hardware image file used to configure the device
//****************************************************************


//****************************************************************
//     trigger_code
//****************************************************************
static unsigned char trigger_code[] = 
{
0,0
};


//****************************************************************
//     new_code
//****************************************************************
static unsigned char new_code[] = 
{
0,0
};

const int trigger_code_size = sizeof(trigger_code);
const int new_code_size = sizeof(new_code);

⌨️ 快捷键说明

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