📄 readme.spi-driver_v2
字号:
The SPI-bus (from Motorola) and it's companion, the MicroWire-bus (fromNational Semiconductor), are 3-wire serial busses with TTL-level that aredesigned for communication with a lot of devices, like ADCs, DACs, ports,EEROMs. Devices for these busses are available from, among others, Motorola, National Semiconductor, Maxim, Harris, Siemens. Both busses differ only in simple terms, so one driver can talk to chips ofboth families, even when they are mixed on the same bus. The driver iscalled spi-driver simply because it is short (and the author knows that onedriver can handle both ;-) ).To have the spi-driver in your kernel you need the following files: spi_v2.c spi_v2.h spi-driver_v2-ifc.txt spi-driver_v2-install.txtThe first two are the ones which are REALLY necessary; the others are simplyinstructions on usage and installation of the driver. You can put themwherever you want, but the first 2 must be copied to certainlocations, as instructed in spi-driver-install.txtAs the driver is a module you have two choices where to put the files, butread spi-driver-install.txt for that. The usage afterwards is identical inboth cases. NOTE: The spi driver uses a parallel port and the lp driversnatches all ports when it is loaded. So you MUST make the lp driver amodule, too. (More in the installation instructions.)First unpack the .tgz file at some convenient location. It does not createany directories. You have to do it manually if you want the files to go to aspecific one.For questions, complains, feedback (or whatever), contact the author: Ulrich Paul upaul@paul.de Thanks a lot to Alessandro Rubini who proposed to make the driver a moduleand helped me to get it done.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -