-
QT编程使用指南,内有例子,做嵌入式的可以
QT编程使用指南,内有例子,做嵌入式的可以-qrexample.pdf
- 2022-02-13 17:50:39下载
- 积分:1
-
C implementation using automatic device 1 advertisement light box, DC motor cont...
用C实现广告灯箱自动装置1、直流电机控制系统,控制广告牌的升降。
2、定时翻转广告,可由按键设定时长。
3、时间设置,5:00-22:00正常工作,其余时间不工作,时间可以调整。
4、到达广告的边缘部分广告停止翻转。
5、广告可以由按键设置升/降。
6、白天时间广告灯不亮,光线较暗时广告灯才亮,测试灯的好坏时可以手动控制灯光。
7、断电时保存时间及按键的设置,使广告牌到达边缘部分。
-C implementation using automatic device 1 advertisement light box, DC motor control system, control the rise and fall of advertising. 2, ads from time to time reversal, length of time set by the keys. 3, time set ,5:00-22: 00 normal job, the rest of the time does not work, time to adjust. 4, Get ads ads stop some of the edge flip. 5, ads can be set up by the button/drop. 6, ads during the day time lights are not bright, low light only bright lights when the ads to test the quality of light can control the lights manually. 7, when power-off time and save the settings button so that the edge part of advertising arrival.
- 2022-04-20 13:31:19下载
- 积分:1
-
TKS Series simulator use of the guidelines
TKS 系列仿真器使用指南-TKS Series simulator use of the guidelines
- 2022-02-24 18:17:49下载
- 积分:1
-
走马灯程序,单片机开发基础学习课件,比较简单也实用
走马灯程序,单片机开发基础学习课件,比较简单也实用-A revolving door process, microcontroller-based learning courseware development, is also relatively simple and practical
- 2022-01-26 03:51:06下载
- 积分:1
-
该源码包括了ARM+LINUX视频开发的所有源码spca5xx
该源码包括了ARM+LINUX视频开发的所有源码spca5xx-20070402.rar gspcav1-20071214.tar.gz SDL-1.2.13.tar.gz servfox.tar.gz spacview-20061208.tar.gz 摄像头(WebCam)在Linux操作系统中的驱动方法.doc-The source code includes the ARM+ LINUX video development in all its source spca5xx-20070402.rar gspcav1-20071214.tar.gz SDL-1.2.13.tar.gz servfox.tar.gz spacview-20061208.tar. gz camera (WebCam) in the Linux operating system-driven approach. doc
- 2023-07-21 01:15:05下载
- 积分:1
-
这是用ADS1.2实现的MINI2440启动的BOOTLOADER原码。我自己写的。
这是用ADS1.2实现的MINI2440启动的BOOTLOADER原码。我自己写的。-This is achieved using ADS1.2 source MINI2440 start BOOTLOADER. I wrote it myself.
- 2022-01-25 23:33:05下载
- 积分:1
-
这是一张PROTEL图,是显示盘的电路原理图,大家可以参考一下,学习如何使用原理图...
这是一张PROTEL图,是显示盘的电路原理图,大家可以参考一下,学习如何使用原理图-This is a PROTEL map is to show the circuit schematic diagram disk, we can refer to, learning how to use the schematic diagram
- 2022-02-14 07:43:49下载
- 积分:1
-
三星ARM9核心S3C2410的A/D转换程序
三星ARM9核心S3C2410的A/D转换程序-A/D conversion programme for ARM9-based Samsung S3C2410
- 2023-05-29 18:45:03下载
- 积分:1
-
WEBSERVER实现嵌入式原程序
WEBSERVER实现嵌入式原程序-WEBSERVER realization inserts the type original procedure
- 2023-01-17 20:55:04下载
- 积分:1
-
rootfs挂载 【mini_rootfs】
应用背景
本地挂载:
# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
nfs方式挂载rootfs
本地PC端:
1 准备好/mini_rootfs
2 安装软件包
#apt-get install nfs-common nfs-kernel-server portmap
3 配置nfs服务
#vim /etc/exports
加上以下内容:
/mini_rootfs *(rw,sync,no_root_squash)
重启nfs服务器
#/etc/init.d/nfs-kernel-server restart
开发端:
1 配置内核以支持NFS启动
make menuconfig
[*] Networking support --->
Networking options --->
[*] IP: kernel level autoconfiguration
File systems --->
[*] Network File Systems ---&
- 2022-10-20 07:15:04下载
- 积分:1