-
MSP430F149最小系统板功能测试程序
MSP430F149最小系统板功能测试程序,端口测试程序,用于驱动板子上的一个LED,适合初学者做实验用,可以直接用于项目
/* 硬件要求:MSP430F149最小系统板一块 */
/* 实验目的:1、了解LED发光条件(红色,导通电压1.8V 10mA) */
/* 2、弄清MSP430F149的GPIO口的寄存器的基本配置 */
/* 实验功能:点亮发光二极管V1
- 2022-08-11 00:44:04下载
- 积分:1
-
Two
双向传输协议,如自动检测I2C传输协议COM端口需要连接
- 2022-04-10 21:03:34下载
- 积分:1
-
altera的ip核,在sopcbuilder中添加后,在niosII IDE中可以轻易实现对dm9000a网卡的控制。...
altera的ip核,在sopcbuilder中添加后,在niosII IDE中可以轻易实现对dm9000a网卡的控制。-altera
- 2022-03-01 08:40:20下载
- 积分:1
-
Mainly based on the introduction of a Philips company MF RC500 RFID reader desig...
主要介绍一种基于Philips公司的MF RC500的射频识别读写器的设计:首先介绍系统的组成以及MF RC500的特性,接着给出天线的设计规范,最后给出MCU 89C52与MF RC500的接口原理图、对Mifare卡操作流程以及及读卡的程序。-Mainly based on the introduction of a Philips company MF RC500 RFID reader design: First of all system components as well as the introduction MF RC500 features, and then given antenna design specifications, and finally gives MCU 89C52 interface with the principle of MF RC500 diagram, the operation flow of the Mifare card and the card reader as well as procedures.
- 2022-01-22 15:33:24下载
- 积分:1
-
步进电机细分程序,是我们竞赛的时候写的程序,大家可以参考一下...
步进电机细分程序,是我们竞赛的时候写的程序,大家可以参考一下-Stepper motor subdivision process, the time to write our race program, we can reference
- 2022-09-14 10:00:03下载
- 积分:1
-
PFGA步进电机驱动代码
应用背景
使用fpga芯片ep4ce22c22c8n,使用桥驱动芯片驱动步进电机
关键技术使用l293驱动芯片来驱动步进电机。。module IR(clk_48m,reset,out_door,addr,data,data_rd,rd,rw,Grating_a,Grating_b);
input clk_48m,data_rd,reset,rd,rw,Grating_a,Grating_b;
- 2022-07-22 18:41:24下载
- 积分:1
-
petroll泵检测电源三相蜂鸣器系统
检测电源的汽油泵三相蜂鸣器系统。
- 2023-03-27 01:40:04下载
- 积分:1
-
pcf8583 常用时钟芯片的使用
pcf8583 常用时钟芯片的使用-pcf8583 common use of clock chips
- 2023-01-06 23:30:03下载
- 积分:1
-
用C语言实现PIC的LCD显示
用C语言实现PIC的LCD显示- Realizes PIC LCD with the C language to demonstrate
- 2022-03-11 18:50:21下载
- 积分:1
-
pop3 客户端
C语言编写的基于openssl 邮箱客户端源码。。可以直接编译运行测试。希望对大家有帮助,都可以站在巨人的肩膀上。还有基于base64的解码模块一并集成在里面。extern hdmail_ret HdmailOpen(char *add,char *user,char *pwd,unsigned short port);
extern hdmail_ret HdmailGetMailNum(unsigned short *num);
extern hdmail_ret HdmailRetrieveMail(unsigned short index);
extern hdmail_ret HdmailDelMail(unsigned short index);
extern hdmail_ret HdmailClose(void);
- 2022-04-30 07:46:38下载
- 积分:1