📄 slic_lindriver.h
字号:
//_______________________________________________________________________________
// Title: SLIC_LINdriver.h Copyright (c) Motorola 2003
//
// Assembler: P&E Microcomputer Systems - CASM08Z (v3.16)
// Compiler: Codewarrior....
//
// Revision History:
// Rev # Date Who Comments
// ------ ----------- ------ ------------------------------------------------
// 0.1 11-Aug-03 MR Initial release -
//
// Filename: Sources/SLIC_LINdriver.h
// Author: Matt Ruff
// Revision: 0.1
//
// Functions: Header file for SLIC module routines
//
// History:
//
//
// Description:
//
// Notes:
//
//_______________________________________________________________________________
#ifndef SLIC_H
#define SLIC_H
extern void SLIC_Init(void);
void LIN_message (unsigned char data, unsigned char ID);
#endif // SLIC_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -