搜索资源列表
gpio_i2c.rar
- 使用GPIO口模拟SCCB总线的时序,读操作、写操作,The use of GPIO port analog SCCB bus timing, read operation, write operation
GPIO
- 简单的 linux gpio 读写程序,了解2410 io操作。-Linux gpio read and write simple procedures, understand the operation of 2410 io.
hi_gpio
- ARM处理器的GPIO口配置输入、输出,读操作、写操作-ARM processor GPIO port configuration input, output, read operation, write operation
GPIO_control_sample
- AT91RM9200 GPIO端口的驱动模块开发,可对GPIO口进行读写访问。-AT91RM9200 GPIO port driver module development, I can read and write access GPIO.
gpfDriver
- gpio driver input out read and so on
gpiolib
- davinci系列GPIO通用函数库,包含io状态读写,以及Io作为中断等的控制函数集合-davici gpio general function inclue basic read and write operation
gpio_int_driver
- linux下面的GPIO驱动程序,通过Linux读写arm芯片s3c2412的GPIO的读和写。-linux following GPIO driver by Linux read-write arm chip s3c2412 GPIO read and write.
test-hs0038b.tar
- 红外遥控GPIO口测试程序,若读到数据则打印出信息-Infrared remote the GPIO port test program. information will be print out if data is read
hs0038b.tar
- 嵌入式linux下红外GPIO口驱动,读取GPIO口的数据-Infrared GPIO port Embedded linux driver read the GPIO port data
GPIO口控制类GpioControl
- 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &