⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 slic_lindriver.h

📁 摩托罗拉公司发布的QL4的Lin总线kit,freescale网站上花钱买的
💻 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 + -