代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.asm
;实验目的:点亮RC0口的LED
;硬件设置:拨码开关S2的第1位置ON,其他各位关闭。
#INCLUDE ;包含头文件,以免定义寄存器
__CONFIG _DEBUG_OFF&_CP_ALL&_WRT_HALF&_CPD_ON&_LVP_OFF&_BODEN_OFF&_PWRTE_ON&_WDT_OFF&_HS_OSC
;芯片配置字,
led.hex
:020000040000FA
:10000000000087018316FE308700831201308700CD
:020010000828BE
:02400E00321866
:00000001FF
led.asm
DATA SEGMENT
LED DB 14H,7AH,7BH,7AH,02H,7AH,4AH,7AH
DB 04H,3CH,3CH,3CH,3CH,92H,0A5H,78H
DB 7EH,08H,08H,08H,08H,08H,08H,0FFH
led.h
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
led.prj
[Compiler Options]
Edit1=D:\icc\include\
Edit2=D:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGroup1=0
E