登录
首页 » WORD » wanxiangjie

wanxiangjie

于 2015-08-09 发布 文件大小:12KB
0 137
下载积分: 1 下载次数: 6

代码说明:

  2015全国电子设计大赛,万向节解释,应用等,帮助大家理解。(2015 National Electronic Design Competition, gimbal interpretation, application, etc., to help you understand.)

文件列表:

wanxiangjie.doc,56832,2015-08-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PIC18f97J60TCPIP
    用PIC18F97J60网络单片机开发板测试程序,对雪PIC网络单片机的非常实用(Development board with PIC18F97J60 microcontroller network test program, the network of snow PIC microcontroller is very useful)
    2010-09-28 15:22:51下载
    积分:1
  • SHT30
    说明:  基于STM32的SHT30温湿度传感器,官方示例程序。(STM32 - based SHT30 temperature and humidity sensor, the official sample program.)
    2019-06-13 14:25:47下载
    积分:1
  • CH372
    本节所给出主程序功能为51单片机从USB总线读取两个字节数据,计算两个数据的和。另外本文还给出了CH372的主端点、辅助端点之间数据上传下传的子程序,供读者参考。(The main function of this section is given as 51 microcontroller reads the two bytes of data the USB bus, two data and computing. This article also gives additional primary endpoint between the auxiliary endpoints CH372 Uploaded data transfer routines, for reference)
    2015-11-01 14:26:14下载
    积分:1
  • PID_Motor_control
    利用增量式PID算法来控制直流电机稳定启动。能够快速调整外界干扰,使电机稳定在设定的速度。(Using the incremental PID algorithm to control the stable dc motor start. Can quickly adjust interference, make the speed of the motor stability in setting. )
    2014-12-31 12:32:30下载
    积分:1
  • ads1242
    单片机模拟spi接口读写ads1242,可通过串口显示数据结果(Single chip microcomputer simulation spi interface to read and write ads1242, via a serial port to print data)
    2020-10-16 16:17:29下载
    积分:1
  • coil
    变压器绕线机源代码, 经过测试,可以正常运作.(Transformer winding machine source code, after testing, can be normal operation.)
    2009-05-24 12:55:01下载
    积分:1
  • OLED
    说明:  oled显示屏测试源代码,可显示姓名学号(OLED display test source code, can display name and student number)
    2020-06-23 15:00:01下载
    积分:1
  • PID_S
    PIC18F4520控制Maxon电机恒速转动的PID数字调节程序(PIC18F4520 Maxon Motor)
    2009-05-11 21:42:13下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • pin-lv-ji(0-99khz)
    用msp430开发的频率计带1602显示,可测0——99Khz(Msp430 frequency meter with homemade with 1602 display )
    2012-08-02 11:45:28下载
    积分:1
  • 696516资源总数
  • 106446会员总数
  • 9今日下载