slic_lindriver.h

来自「摩托罗拉公司发布的QL4的Lin总线kit,freescale网站上花钱买的」· C头文件 代码 · 共 32 行

H
32
字号
//_______________________________________________________________________________
// 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 + =
减小字号Ctrl + -
显示快捷键?