freescale

来自「Freescale 系列单片机常用模块与综合系统设计」· 代码 · 共 11 行

TXT
11
字号
#ifndef __led_H
#define __led_H

#include "led_section.h"

extern const unsigned char ledsccode[20];
  
void display(unsigned char num,unsigned char n);
  

#endif 

⌨️ 快捷键说明

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