linmac.cfg
来自「基于philips的932单片机的LIN总线程序开发」· CFG 代码 · 共 10 行
CFG
10 行
$IF NOT (__LINMAC_CFG)
$SET (__LINMAC_CFG)
;define one of the following macros
$SET (_HW_SYNC_COUNTER) ;define this macro, when the falling edges of the sync seq should be counted with the timer1
;$SET (_SW_SYNC_COUNTER);define this macro, when the falling edges of the sync seq should be counted by using the INT1-Pin and Software
$ENDIF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?