-
凌阳单片机的示例程序,以前学习时用过的,等以后学多了,再传一些新东西吧...
凌阳单片机的示例程序,以前学习时用过的,等以后学多了,再传一些新东西吧
-Sunplus SCM sample procedures, previous studies used, such as after school many times, send some new things you
- 2022-11-10 10:35:04下载
- 积分:1
-
arm on the gprs communication module, the test can be oh, want to be useful to y...
arm上的gprs通信模块,测试可用哦,希望对你有用啦。-arm on the gprs communication module, the test can be oh, want to be useful to you啦.
- 2022-03-12 14:24:16下载
- 积分:1
-
GSM 与 89c51 的接口
嗨,在这个项目中我们要与 gsm 模块 sim 卡 900 89 c 51 的界面。通过使用这我们可以将数据发送到手机上的预定义无。其中,已在该程序中。在将来,我们可以使用这控制系统。
- 2022-08-14 10:39:22下载
- 积分:1
-
详细介绍了FAT文件系统(包括FAT12,FAT16,FAT32),不知是哪位牛人写的电子书,非常经典,多亏了它,我才完成了FAT文件系统在ARM上的实现
详细介绍了FAT文件系统(包括FAT12,FAT16,FAT32),不知是哪位牛人写的电子书,非常经典,多亏了它,我才完成了FAT文件系统在ARM上的实现-Detailed the FAT file system (including FAT12, FAT16, FAT32), I do not know which cattle were written e-books, very classic, thanks to it, I finally completed the FAT file system on the ARM realize
- 2022-02-04 04:50:45下载
- 积分:1
-
rtc8025时钟的校正
这个程序用来实现rtc8025时钟芯片的工作,可以直接运行,更够实现rtc8025时钟的正常工作,程序根据不同要求应作出相应的修改,例如接口不一样,那么配置的引脚也跟着改变,我是根据stm32与这个芯片的组合改编的程序,如用其他芯片接口只需配置信息相应改编就行啦
- 2022-04-10 18:13:44下载
- 积分:1
-
Voltage measurement points of the system and the output of two major signals, vo...
本系统分电压测量和信号产生输出两大部分,电压测量部分以模拟电路为主,配合放大模块、A/D转化模块、显示模块;通过凌阳单片机进行数据处理,在误差允许范围内显示测量电压值。信号产生以直接数字式频率合成器为核心,经过AT89S52对DDS芯片内部进行控制,使之输出标准正弦波形,利用编程实现频率预置、步进,达到电压输出频率的可调节步进。通过调试与测量完成了题目的基本部分和全部发挥部分的要求并有自己的创新。-Voltage measurement points of the system and the output of two major signals, voltage measurement circuitry to simulate the main part, with the amplification module, A/D conversion module, display module through Sunplus Single-chip data processing, in the range of error allowed shows the value of measuring voltage. Signal generated by direct digital frequency synthesizer for the core of the DDS chip AT89S52 after the internal control standards so that the output sine wave shape, frequency of use of pre-programming, step to the output voltage adjustable frequency step. Debugging and measurement, through the completion of the basic part of the topic and all the requirements to play a part and have their own innovation.
- 2023-01-14 20:15:03下载
- 积分:1
-
lab100实验板说明书以及原理图纸
lab100实验板说明书以及原理图纸-Manual lab100 experimental board, as well as the principle of drawings
- 2022-02-03 06:57:43下载
- 积分:1
-
MSP430F6736
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
- 2022-03-20 06:56:05下载
- 积分:1
-
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4...
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. install DDK. 2. include DDK s inc path in header file s searching path. 3. include DDK s lib path in the library s search path. 4. comment out HIDD_ATTRIBUTES structure in the source file. 5. add setupapi.lib. If you don t want to install DDK, you could omit the first 2 steps, but you need to copy corresponding header files and library files.
- 2022-04-12 23:15:03下载
- 积分:1
-
YFFS2文件系统代码结构的说明文章,很有用的
YFFS2文件系统代码结构的说明文章,很有用的-YFFS2 the file system code in the structure of how-to articles, useful
- 2022-05-08 19:12:24下载
- 积分:1