project.inc
来自「汽车无钥进入系统设计,基于PIC单片机16F639,包括电路图和源码」· INC 代码 · 共 10 行
INC
10 行
list p=16F636 ; list directive to define processor
#include <p16f636.inc> ; processor specific variable definitions
ERRORLEVEL 0,-302,-312 ; Messages, Warnings and Errors Printed
; Ignore [301] => Processor Mismatch.
; Ignore [302] => Register in operand not in bank 0.
; Ignore [312] => Pagesel not needed for Device
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?