-
PWM_MotoA
1.本示例演示PWM波形输出以控制电机,通过配置,28035的PWM1A和PWM1B将输出频率为10KHZ的方波;
//2.28035有多达7个通道14路PWM波输出,在本实验中,我们使用的是PWM1的A路和B路,
// 它们分别是GPIO0和GPIO1。(DSP theory and motor control applications)
- 2020-10-15 14:57:29下载
- 积分:1
-
lpc2368-CAN
带ID的lpc2368 CAN通信,包括初始化、中端、CAN通信和串口通信(With the ID lpc2368 CAN communications, including initialization, in the end, CAN communications and serial communication)
- 2020-07-03 08:40:01下载
- 积分:1
-
DMX512
void DMX_SendPacket(void) //发送DMX512数据
{
//配置为普通IO
pDMX_buf = 0 发送起始码 00
GPIO_Tx_Config(0) //设置发送的引脚为普通IO
PA2 = 0 //输出低电平
delay_us(150) //延时150us
PA2 = 1 //输出高电平
delay_us(13) //延时13us
GPIO_Tx_Config(1) //设置发送的引脚为复用IO
//USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
- 2016-02-19 09:23:42下载
- 积分:1
-
LaVolpeImageList
VB支持真彩图标的ImageList 列表控件,有需要的下(VB support image icon ImageList list control, there is need)
- 2013-08-04 09:05:00下载
- 积分:1
-
BMPconvertTXT
本程序通过 c++ 工具进行对BMP图像显示,转换为TXT格式并进行存储,适合于开发系统C++的研究者!(This procedure through the c++ tool for the BMP image display, converted to TXT format and storage, suitable for the development of system C++ researchers!)
- 2017-05-14 10:37:27下载
- 积分:1
-
manager
小商品管理系统,实现商品的分录,查询,总价统计(Commodity management system, product entry, query, total statistics)
- 2013-09-08 13:53:30下载
- 积分:1
-
vc-gis
vc 开发gis相关系统必备 经典书籍,值得学习(vc development of essential classic books related systems gis)
- 2011-04-26 01:24:12下载
- 积分:1
-
port_dll
vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。(vc 6.0 development, through this dynamic link library sent to the serial order information. Serial procedures can be used for the development, very useful.)
- 2007-04-20 10:17:54下载
- 积分:1
-
chat实例
说明: 基于VC++的局域网聊天室,能够实现多人房间聊天。(LAN chat room based on VC++ can realize multi-room chat.)
- 2019-02-15 10:30:43下载
- 积分:1
-
encoder
基于stm32的IE2-512光电编码器初始化及计数功能,在智能车运动时可实现测距,测速,并通过PID进行反馈(Based IE2-512 photoelectric encoder initialization and counting functions stm32 in motion can be achieved when the smart car distance, speed, and through PID feedback)
- 2014-08-13 13:51:22下载
- 积分:1