project.inc
来自「RFID功能中阅读器源代码,实现汽车的无钥匙进入功能」· INC 代码 · 共 9 行
INC
9 行
list p=16F639 ; list directive to define processor
#include <p16f639.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 + -
显示快捷键?