-
用ps2控制ad9852的程序
这段程序是描述利用ps2控制ad9852的一段程序,简单的实现ad9852的输出信号的频率和幅度,在现实工程项目中有很大的帮助,在这里希望能帮助广大网友解决实际问题,谢谢大家的观看
- 2022-01-25 18:41:57下载
- 积分:1
-
MPC02板卡VB控制程序:这是一个非常简单的演示示例:
使用方法如下:
1、 用安装光盘安装驱动程序及函数库。
1、 在硬盘上建立一个文件夹...
MPC02板卡VB控制程序:这是一个非常简单的演示示例:
使用方法如下:
1、 用安装光盘安装驱动程序及函数库。
1、 在硬盘上建立一个文件夹。
2、 将文件夹下所有文件拷贝到硬盘上所建文件夹中,并去掉所有文件的只读属性。
3、 启动VB6.0集成环境,并打开工程。
4、 确保板卡已经正确插入到计算机中。
6、 编译该工程生成EXE文件。
7、 运行生成的EXE文件。-MPC02 Card VB control procedures : This is a very simple demonstration Example : Use the following method : 1, with the installation CD-ROM driver installation procedures and libraries. 1, in the establishment of a hard disk folder. 2, the file folder to copy all the documents on your hard disk built folder and remove the read-only document all attributes. 3, the start VB6.0 integrated environment, and open the project. 4 ensure that the device has been correctly inserted into the computer. 6, compile the project generated EXE file. 7, operation generated EXE file.
- 2023-05-17 23:20:03下载
- 积分:1
-
AlRERA company for the DE2 development board USB debug example
用于AlRERA 公司DE2开发板上的USB 调试的实例-AlRERA company for the DE2 development board USB debug example
- 2022-03-26 02:36:33下载
- 积分:1
-
AT24C64资料
AT24C64资料
AT24C64资料
AT24C64资料 -AT24C64 information AT24C64 information
- 2022-01-26 00:35:40下载
- 积分:1
-
MX27 启动引导程序BOOTLOADER源码.
MX27 启动引导程序BOOTLOADER源码.-MX27 boot program BOOTLOADER source.
- 2022-02-14 02:01:38下载
- 积分:1
-
SP2339驱动
SP2339驱动--Driver for SP2339.
- 2023-05-26 07:35:03下载
- 积分:1
-
FPGA的led设计
程序说明:
本次实验通过开发板上面的4个按键控制8个LED。
一个是自己定义的控制方式,一个是符合38译码器的逻辑功能。
目录说明:
工程在project文件夹里面;
源文件和管脚分配在
tl文件夹里面;
下载文件在download文件夹里面,.mcs为PROM模式下载文件,.bit为JTAG调试下载文件。
- 2022-07-08 13:58:52下载
- 积分:1
-
一个嵌入式的图书,全称是基础集
一本关于嵌入式linux的书籍,全名是uclinux文集-an embedded linux on the books, full name is Basis Collection
- 2022-02-24 23:02:08下载
- 积分:1
-
SST25VF016B-D
完成存储芯片SST25VF016B-D的读写操作。代码是使用C语言实现的,调用的函数是STM32F103VE芯片的封装函数,是STM32F103VE芯片连接flash的调试代码。
- 2022-05-16 06:42:45下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1