搜索资源列表
2410GPIOcontrol
- 三星S3c2410 的 GPIO控制程序. GPIO的控制是所有嵌入式开发的基础,GPIO掌握了,才能再磁基础上深入. -of GPIO control procedures. GPIO control is all embedded development base Hence, the GPIO master, can we further on the basis of magnetic-depth.
GPIOcontrol
- 针对ARM LPC2131芯片的GPIO控制程序。-According to the ARM LPC2131 chip GPIO control procedures.
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_gp