Welcome![Sign In][Sign Up]
Location:
Search - linux 2.6 led

Search list

[Linux-Unixlinux LED应用程序

Description: 关于linux下的LED应用程序开发。欢迎下载!
Platform: | Size: 4416 | Author: embededdedgood | Hits:

[Embeded-SCM Developarm -linux-key

Description: 基于ARMs3c44b0的键盘输入输出i/o的在 led上显示出来的程序--Show the output based from ARMs3c44b0 keyboard on led.
Platform: | Size: 9216 | Author: 欧阳纯风 | Hits:

[Driver Developledcontrol

Description: uClinux环境下,三星44B0处理器上测试通过的一个简单的字符设备驱动程序,实现了对4个LED的控制,测试通过-uClinux circumstances, Samsung 44B0 processors tested a simple character device driver, achieving the four LED control, the test
Platform: | Size: 1024 | Author: 潘涛 | Hits:

[Internet-Networkled show

Description: linux下演示的一个小程序——跑马灯!运行后可以从IO口以此输出电平,让灯进行闪烁!-under demonstrated a small program-- 5,250! After running from the mouth IO this output level, lamps flicker!
Platform: | Size: 107520 | Author: 夏磊 | Hits:

[Embeded Linuxleddrv

Description: Linux设备驱动程序 硬件平台:H9200评估板(基于AT91RM9200构建) 软件平台:Linux-2.4.19-rmk7 驱动设备:LED 作者:flyerwing 编写驱动程序 ——————————————————————————————————————— 1. 编写驱动程序源文件leddrv.c-device drivers for Linux hardware platforms : H9200 Evaluation (based on the AT91RM9200 Construction) software platform : Linux-2.4.19- rmk7-driven equipment : LED Author : flyerwing write drivers--------------------------------------- 1. Preparation driver source leddrv.c
Platform: | Size: 2048 | Author: 吴权 | Hits:

[Linux-Unixs3c2410-led

Description: s3c2410 基于linux上的LED实力代码,类似跑马灯-s3c2410 based on the LED power source, similar 5,250
Platform: | Size: 1024 | Author: guicaili | Hits:

[Embeded Linuxled-drvier

Description: s3c2410 armlinux下字符型设备驱动的例子(控制led灯)-s3c2410 armlinux character device driver under example (control led HEC)
Platform: | Size: 5120 | Author: fenghui | Hits:

[Embeded Linuxled-driver-test

Description: s3c2410 armlinux下字符型设备驱动的应用程序测试(控制led灯)-s3c2410 armlinux character device driver under the Application Testing (led control HEC)
Platform: | Size: 7168 | Author: fenghui | Hits:

[Linux-Unixled-driver

Description: LINUX下控制LED屏的驱动程序,可以实现内存映射功能-LINUX LED screen under the control of the driver, can be achieved memory mapping function
Platform: | Size: 40960 | Author: deeply2000 | Hits:

[Embeded Linuxled

Description: s3c2440芯片嵌入linux(2.6内核)系统后的LED控制程序。通过它可以学习再linux下一般I/O口的操作方法-S3C2440 chip embedded linux (2.6 kernel) system after the LED control procedures. Can learn through it again under linux in general I/O port operation
Platform: | Size: 97280 | Author: htx | Hits:

[Embeded Linuxled_linux2.4.18

Description: Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 } -Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0)
Platform: | Size: 5120 | Author: Jia-Yang Chen | Hits:

[Linux-Unixled-player

Description: 基于ARM920T的Linux操作系统环境下的led-player应用程序的开发-ARM920T based on the Linux operating system environment led-player application development
Platform: | Size: 1024 | Author: 王青 | Hits:

[SCMLED

Description: 这是ARM2410上LED驱动,可以实现跑马灯的功能,六个小灯循环点亮,很不错!-This is the ARM2410 on LED driver can achieve the functions of Marquee, six small circle of lights lit, very good!
Platform: | Size: 148480 | Author: liguojin | Hits:

[Embeded Linuxled

Description: h9200开发板的led驱动例程,for linux 2.4-led the development board h9200 driver routines, for linux 2.4
Platform: | Size: 61440 | Author: Jay | Hits:

[Linux-Unixled

Description: linux2.6 led driver 是非常难的典形的linux2.6驱动。初学者非常适应,其中就寄存器物理地址映射成虚拟地址有经典的函数繁例-linux2.6 led driver is very difficult for the typical driver linux2.6. Well adapted to beginners, which registers the physical address mapping into a virtual address has the classic function of Fan Example
Platform: | Size: 1024 | Author: nhy | Hits:

[Embeded Linuxled

Description: 嵌入式linux 2.6内核led驱动,也许对初学者有帮助-Embedded linux 2.6 kernel led driver, and perhaps helpful for beginners
Platform: | Size: 1024 | Author: youchengwei | Hits:

[Linux-Unixled-2.6.12

Description: 一个linux 2.6内核下的完整的字符驱动实例,可以静态加载进内核,源码包含了对Makefile和Kconfig的修改,硬件平台是s3c2440.-A linux 2.6 kernel complete examples of character-driven, you can still load into the kernel source code contains a Makefile and Kconfig changes to the hardware platform is s3c2440.
Platform: | Size: 5120 | Author: 白文晓 | Hits:

[Embeded Linuxled

Description: linux 2.6核s3c2410 led 驱动程序 -linux 2.6 Nuclear s3c2410 led driver
Platform: | Size: 2048 | Author: 吴俊 | Hits:

[Driver DevelopLED-DIRIVER

Description: 基于友善mini2440-linux-2.6.32 显示驱动-Display driver friendly mini2440-linux-2.6.32
Platform: | Size: 1024 | Author: zyp1987106 | Hits:

[Linux driverled-2.6.12

Description: te2440 linux led with the kernel of 2.6.12 -te2440 linux led with the kernel of 2.6.12
Platform: | Size: 5120 | Author: jeck | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net