搜索资源列表
TMS320VC5509A_examples.TMS320VC5509A学习板例程及说明
- 这是一款TMS320VC5509A学习板例程及说明,里面包含很多例子,包括CPU看门狗实验、LED跑马灯实验、CPU TIMER定时器实验、实时时钟实验、AD转换实验、ADDR转为GPIO试验、蜂鸣器试验、GPIO试验、数码管显示试验、扩展SDRAM读写实验、SPI EEPROM读写实验、FFT实验、FIR滤波器实验、IIR滤波器实验、自适应滤波器实验、键盘扫描实验、外部中断输入实验、AIC23播音实验、1602显示试验、12864显示实验、240128显示实验、USB2.0通信实验等22个实验
gpio_i2c.rar
- 使用GPIO口模拟SCCB总线的时序,读操作、写操作,The use of GPIO port analog SCCB bus timing, read operation, write operation
LM3SLib_GPIO_Parallel-Bus
- LM3S系列ARM用GPIO模拟并行总线扩展32KB SRAM PF0~PF7 D0~D7(数据总线) PA0~PA7 A0~A7(地址总线低8位) PB0~PB7 A8~A15(地址总线高8位) PB7 /CE(片选) PC4 /WE(写使能) PC5 /OE(读使能) 32KB SRAM 映射在地址0x0000~0x4FFF之间 为了加快访问速度,软件上将采用寄存器方式进行操作 PB7原为/TRST功能,现在也解放出来作为地址线A15-ARM
GPIO
- 简单的 linux gpio 读写程序,了解2410 io操作。-Linux gpio read and write simple procedures, understand the operation of 2410 io.
AT24C01
- 使用at89s52单片机,采用GPIO管脚模拟i2c总线读写AT24c01eeprom.少经改变就可以用于读写AT24Cxx系列的EEPROM。已经用于工程实践,读写AT24C01有效可靠。用于存储一些配置信息,128字节的at24c01是一个很好的选择。模块化的程序,也很容易移植,里面有丰富的注释-Use AT89S52 microcontroller, GPIO pin used to read and write analog i2c bus AT24c01eeprom. Less by
i2c_gpio
- This file contains routines to write to and read from the I2C bus using the GPIO pins of the CS5530. -This file contains routines to write to and read from the I2C bus using the GPIO pins of the CS5530.
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
6713DSP_GPIO
- DSP6713 GPIO 读写程序,在CCS2中实现-DSP6713 GPIO read and write procedures, CCS2 to achieve
gpioKeyInputLedOutput
- STM32的GPIO输入输出,也就是读入按键值,然后使相应的灯点亮。-STM32 of the GPIO inputs and outputs, which is read into the key value, and then make the corresponding lamp lights up.
GPIO.RAR
- cotex-m0 gpio READ & WRITE-cotex-m0 gpio READ & WRITE
bf53x_gpio_interrupt
- ADI DSP blackfin 系列处理器 BF533 PF(GPIO)接口的使用,学习设置GPIO接口为中断输入方式,通过中断读取输入信号。-ADI DSP blackfin series processor BF533 PF (GPIO) interface to use, learning to set GPIO interface interrupt input, read by the interrupt input signal.
gpiotest
- 三星2440GPIO测试程序,可以实现对GPIO口的控制,运行环境为ADS-arm2440,GPIO read and write
gpio_int_driver
- linux下面的GPIO驱动程序,通过Linux读写arm芯片s3c2412的GPIO的读和写。-linux following GPIO driver by Linux read-write arm chip s3c2412 GPIO read and write.
STM32F030-GPIO
- STM32F030的GPIO操作,寄存器的方式设置IO的输入输出模式,实现扫描法读取按键并控制LED的亮灭。可直接用在STM32F0308-Discovery上。-STM32F030 GPIO operation, register set IO of input and output model, realize scanning method to read the buttons and control the LED light out. Can be directly used on
sim_card.tar
- mcu 读取 sim卡 数据 iso7816-1/2/3/4-mcu gpio read smart card.use iso7816-1/2/3/4
3.2.3-GPIO
- DM643有64个IO引脚,部分引脚与其他功能服用,GPIO可以配置为输入和输出,用户可以通过内部寄存器来读取引脚的状态-DM643 has 64 IO pin, part of the pin and other functions, GPIO can be configured for input and output, the user can be read by internal registers to the state of the pin
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, &
ShooterGame
- 基于树莓派、姿态传感器、摄像头开发的简易AR射击游戏。实现在摄像头拍摄的画面中刷新敌人并通过移动设备来控制移动,通过使用物理按键来进行攻击。(Simple AR Shooter Game based on raspberry pi 3 with MPU9250 and Picam using OpenGL ES and OpenCV. Using QT4, OpenGL ES 3 and OpenCV 2.4 to develop on Raspbian Jessie. Use I2C to r
I2C
- GPIO 模拟I2C 可以进行读和写操作(gpio to I2C can read write)