spi-driver-2.02.lsm

来自「SPI是一种新代的串口驱动。这是linux下的」· LSM 代码 · 共 34 行

LSM
34
字号
Begin3Title:		spi-driverVersion:	2.02Entered-date:	Monday, 29 Oct 2001, 14:00:00 MET DSTDescription:	Driver, implementing the SPI and MicroWire bus on a parallel 		port. Used to interface to a lot of chips, like ADCs, DACs		and so on. Chips are available from Motorola, National		Semiconductor, Maxim, Harris and others.				If the text above does not make any sense to you, you do		NOT need this driver.				This version (2) is NOT compatible with version 1!!!! (But the		changes to your programs are minor: you have to use the		combination of write and read to get the data back.)		This driver is a module, so you need module support in your		kernel. After the installation there will be a device		/dev/spi via that your programs can talk to the chips.		Documentation for doing this is included in the archive.		Comes in source form, but is easy to install. Example		program included.		Version 2.02 got a bugfix in cleanup_module.Keywords:	SPI spi MicroWire microwire lp printer driverAuthor: 	upaul@paul.de (Ulrich Paul)Maintained-by:	upaul@paul.de (Ulrich Paul)		Primary-site:	sunsite.unc.edu /pub/Linux/hardware/drivers/				15KB spi-driver-2.02.tgzOriginal-site:	www.paul.de /downloadables/spi-driver-2.02.tgzPlatforms:	PC compatible parallel portCopying-policy:	GPLEnd

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?