文件名称:cvb
介绍说明--下载内容均来自于网络,请自行研究使用
在S5PC100ARM板上关于LED、温度传感器、PWM、按键的驱动-About the LED ,temperature sensors, PWM, the key driveron the S5PC100ARM board.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
简单的驱动程序\api\key\key.c
..............\...\...\key.h
..............\...\...\main.c
..............\...\led\.led.h.swp
..............\...\...\led
..............\...\...\led.c
..............\...\...\led.h
..............\...\...\main.c
..............\...\pwm\main.c
..............\...\...\pwm.c
..............\...\...\pwm.h
..............\...\temp\main.c
..............\...\....\temp.c
..............\...\....\temp.h
..............\driver\mdkey\ioctl.h
..............\......\.....\Makefile
..............\......\.....\mdkey.c
..............\......\..led\ioctl.h
..............\......\.....\Makefile
..............\......\.....\md_led.c
..............\......\..pwm\ioctl.h
..............\......\.....\Makefile
..............\......\.....\mdpwm.c
..............\......\..temp\ioctl.h
..............\......\......\Makefile
..............\......\......\mdtemp.c
..............\api\key
..............\...\led
..............\...\pwm
..............\...\temp
..............\driver\mdkey
..............\......\mdled
..............\......\mdpwm
..............\......\mdtemp
..............\api
..............\driver
简单的驱动程序