搜索资源列表
tw6869 driver
- tw686x linux deiver How to build the source code: a) Create the directory what you want. Ex: "\home\stchen\project\driver\". b) Type "make clean" in the directory. c) Type "make" to make th
adcon1d.c.tar
- MCP3424 ADC Chip This code gives you all the 8 Channel readouts at once. Readout abelectronics ADC Pi board inputs via C Required package: apt-get install libi2c-dev Compile with gcc: $ sudo gcc adcon1d.c -o adcon1d
adcon1e.c.tar
- 8 Channels ADC This C language code, will read all 8 channel at once. This is based on the MCP3424 Chip. Readout abelectronics ADC Pi board inputs via C Required package: apt-get install libi2c-dev Compile with gcc: $
linux
- in /dev you should do it mknod sparkusb c 180 200 insmod sparkusb.o install driver rmmod sparkusb unttall driver in examples gcc -o test test.c sparkey.o ./test- in /dev you should do it mknod s