搜索资源列表
t1lib-1.0.1.tar
- 实现嵌入式开发板LCD触摸屏使用的驱动,配置过程参看网上教程-LCD of embedded development board using the touch screen drivers, see the online tutorial configuration process
1
- pxa270嵌入式教程1:不带操作系统的点亮发光二极管-pxa270 Embedded tutorial 1: the operating system without light-emitting diode
code-qt
- Qt-Embedded编程实战,包括9.1-hello,9.2-button,9.3-signal&slot,9.4-dialog,9.5-layout,9.6-progressbar,9.7-text input,9.8-menu,9.9-qt draw,9.10-i18n,9.12-designer。源自中嵌教程-Qt-Embedded programming combat, including the 9.1-hello ,9.2-button ,9.3-signal & slot
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, &
