首页

robomaster云台程序

c

2021-2-18

robomaster云台程序,云台部分使用mpu提供角速度,用电机集成的绝对是编码器提供角度值

资源下载此资源下载价格为2D币(VIP免费),请先
资源文件列表
云台程序-7.2/CORE/core_cm4.h , 109142
云台程序-7.2/CORE/core_cm4_simd.h , 22735
云台程序-7.2/CORE/startup_stm32f40_41xxx.s , 29605
云台程序-7.2/FWLIB/inc/misc.h , 6924
云台程序-7.2/FWLIB/inc/stm32f4xx_adc.h , 32880
云台程序-7.2/FWLIB/inc/stm32f4xx_can.h , 27318
云台程序-7.2/FWLIB/inc/stm32f4xx_crc.h , 2416
云台程序-7.2/FWLIB/inc/stm32f4xx_cryp.h , 14481
云台程序-7.2/FWLIB/inc/stm32f4xx_dac.h , 14946
云台程序-7.2/FWLIB/inc/stm32f4xx_dbgmcu.h , 4296
云台程序-7.2/FWLIB/inc/stm32f4xx_dcmi.h , 12977
云台程序-7.2/FWLIB/inc/stm32f4xx_dma.h , 28882
云台程序-7.2/FWLIB/inc/stm32f4xx_dma2d.h , 19692
云台程序-7.2/FWLIB/inc/stm32f4xx_exti.h , 8012
云台程序-7.2/FWLIB/inc/stm32f4xx_flash.h , 24467
云台程序-7.2/FWLIB/inc/stm32f4xx_flash_ramfunc.h , 3275
云台程序-7.2/FWLIB/inc/stm32f4xx_fmc.h , 44924
云台程序-7.2/FWLIB/inc/stm32f4xx_fsmc.h , 27181
云台程序-7.2/FWLIB/inc/stm32f4xx_gpio.h , 23548
云台程序-7.2/FWLIB/inc/stm32f4xx_hash.h , 10084
云台程序-7.2/FWLIB/inc/stm32f4xx_i2c.h , 31939
云台程序-7.2/FWLIB/inc/stm32f4xx_iwdg.h , 4323
云台程序-7.2/FWLIB/inc/stm32f4xx_ltdc.h , 21191
云台程序-7.2/FWLIB/inc/stm32f4xx_pwr.h , 7728
云台程序-7.2/FWLIB/inc/stm32f4xx_rcc.h , 30063
云台程序-7.2/FWLIB/inc/stm32f4xx_rng.h , 3958
云台程序-7.2/FWLIB/inc/stm32f4xx_rtc.h , 40546
云台程序-7.2/FWLIB/inc/stm32f4xx_sai.h , 25470
云台程序-7.2/FWLIB/inc/stm32f4xx_sdio.h , 22777
云台程序-7.2/FWLIB/inc/stm32f4xx_spi.h , 21178
云台程序-7.2/FWLIB/inc/stm32f4xx_syscfg.h , 8974
云台程序-7.2/FWLIB/inc/stm32f4xx_tim.h , 51689
云台程序-7.2/FWLIB/inc/stm32f4xx_usart.h , 17935
云台程序-7.2/FWLIB/inc/stm32f4xx_wwdg.h , 3542
云台程序-7.2/FWLIB/src/misc.c , 11443
云台程序-7.2/FWLIB/src/stm32f4xx_adc.c , 69068
云台程序-7.2/FWLIB/src/stm32f4xx_can.c , 60150
云台程序-7.2/FWLIB/src/stm32f4xx_crc.c , 3596
云台程序-7.2/FWLIB/src/stm32f4xx_cryp.c , 35493
云台程序-7.2/FWLIB/src/stm32f4xx_cryp_aes.c , 58026
云台程序-7.2/FWLIB/src/stm32f4xx_cryp_des.c , 9822
云台程序-7.2/FWLIB/src/stm32f4xx_cryp_tdes.c , 10577
云台程序-7.2/FWLIB/src/stm32f4xx_dac.c , 26804
云台程序-7.2/FWLIB/src/stm32f4xx_dbgmcu.c , 6809
云台程序-7.2/FWLIB/src/stm32f4xx_dcmi.c , 18782
云台程序-7.2/FWLIB/src/stm32f4xx_dma.c , 52917
云台程序-7.2/FWLIB/src/stm32f4xx_dma2d.c , 27165
云台程序-7.2/FWLIB/src/stm32f4xx_exti.c , 9828
云台程序-7.2/FWLIB/src/stm32f4xx_flash.c , 63033
云台程序-7.2/FWLIB/src/stm32f4xx_flash_ramfunc.c , 5444
云台程序-7.2/FWLIB/src/stm32f4xx_fmc.c , 56568
云台程序-7.2/FWLIB/src/stm32f4xx_fsmc.c , 41831
云台程序-7.2/FWLIB/src/stm32f4xx_gpio.c , 25202
云台程序-7.2/FWLIB/src/stm32f4xx_hash.c , 26630
云台程序-7.2/FWLIB/src/stm32f4xx_hash_md5.c , 9594
云台程序-7.2/FWLIB/src/stm32f4xx_hash_sha1.c , 9793
云台程序-7.2/FWLIB/src/stm32f4xx_i2c.c , 54393
云台程序-7.2/FWLIB/src/stm32f4xx_iwdg.c , 9348
云台程序-7.2/FWLIB/src/stm32f4xx_ltdc.c , 39790
云台程序-7.2/FWLIB/src/stm32f4xx_pwr.c , 37707
云台程序-7.2/FWLIB/src/stm32f4xx_rcc.c , 98839
云台程序-7.2/FWLIB/src/stm32f4xx_rng.c , 14060
云台程序-7.2/FWLIB/src/stm32f4xx_rtc.c , 102891
云台程序-7.2/FWLIB/src/stm32f4xx_sai.c , 46411
云台程序-7.2/FWLIB/src/stm32f4xx_sdio.c , 38957
云台程序-7.2/FWLIB/src/stm32f4xx_spi.c , 52522
云台程序-7.2/FWLIB/src/stm32f4xx_syscfg.c , 9575
云台程序-7.2/FWLIB/src/stm32f4xx_tim.c , 124732
云台程序-7.2/FWLIB/src/stm32f4xx_usart.c , 57949
云台程序-7.2/FWLIB/src/stm32f4xx_wwdg.c , 10492
云台程序-7.2/HARDWARE/Algorithm.c , 4936
云台程序-7.2/HARDWARE/Algorithm.h , 545
云台程序-7.2/HARDWARE/Can1.c , 5820
云台程序-7.2/HARDWARE/Can1.h , 371
云台程序-7.2/HARDWARE/Can2.c , 9316
云台程序-7.2/HARDWARE/Can2.h , 572
云台程序-7.2/HARDWARE/GPIO.C , 1555
云台程序-7.2/HARDWARE/GPIO.H , 192
云台程序-7.2/HARDWARE/MPU6050.c , 4528
云台程序-7.2/HARDWARE/MPU6050.h , 740
云台程序-7.2/HARDWARE/PWM.c , 3609
云台程序-7.2/HARDWARE/pwm.h , 143
云台程序-7.2/HARDWARE/Type.h , 2686
云台程序-7.2/keilkilll.bat , 399
云台程序-7.2/OBJ/algorithm.d , 320
云台程序-7.2/OBJ/can1.d , 275
云台程序-7.2/OBJ/can2.d , 275
云台程序-7.2/OBJ/delay.d , 251
云台程序-7.2/OBJ/Gimbal_RM.build_log.htm , 8627
云台程序-7.2/OBJ/Gimbal_RM.sct , 479
云台程序-7.2/OBJ/Gimbal_RM_Gimbal_STMF4_wx.dep , 18795
云台程序-7.2/OBJ/gpio.d , 275
云台程序-7.2/OBJ/main.d , 144
云台程序-7.2/OBJ/misc.d , 201
云台程序-7.2/OBJ/mpu6050.d , 302
云台程序-7.2/OBJ/pwm.d , 266
云台程序-7.2/OBJ/startup_stm32f40_41xxx.d , 67
云台程序-7.2/OBJ/startup_stm32f40_41xxx.o , 8036
云台程序-7.2/OBJ/stm32f4xx_can.d , 264
云台程序-7.2/OBJ/stm32f4xx_dbgmcu.d , 285
云台程序-7.2/OBJ/stm32f4xx_exti.d , 271
云台程序-7.2/OBJ/stm32f4xx_flash.d , 278
云台程序-7.2/OBJ/stm32f4xx_gpio.d , 271
云台程序-7.2/OBJ/stm32f4xx_i2c.d , 264
云台程序-7.2/OBJ/stm32f4xx_it.d , 223
云台程序-7.2/OBJ/stm32f4xx_iwdg.d , 271
云台程序-7.2/OBJ/stm32f4xx_rcc.d , 264
云台程序-7.2/OBJ/stm32f4xx_syscfg.d , 285
云台程序-7.2/OBJ/stm32f4xx_tim.d , 264
云台程序-7.2/OBJ/stm32f4xx_usart.d , 278
云台程序-7.2/OBJ/stm32f4xx_wwdg.d , 271
云台程序-7.2/OBJ/sys.d , 196
云台程序-7.2/OBJ/system_stm32f4xx.d , 204
云台程序-7.2/OBJ/timer2.d , 261
云台程序-7.2/OBJ/usart.d , 210
云台程序-7.2/SYSTEM/delay/delay.c , 4827
云台程序-7.2/SYSTEM/delay/delay.h , 838
云台程序-7.2/SYSTEM/sys/sys.c , 1067
云台程序-7.2/SYSTEM/sys/sys.h , 3463
云台程序-7.2/SYSTEM/timer2/timer2.c , 649
云台程序-7.2/SYSTEM/timer2/timer2.h , 91
云台程序-7.2/SYSTEM/usart/usart.c , 8330
云台程序-7.2/SYSTEM/usart/usart.h , 1363
云台程序-7.2/USER/Gimbal_RM.map , 131032
云台程序-7.2/USER/Gimbal_RM.uvgui.Administrator , 73085
云台程序-7.2/USER/Gimbal_RM.uvgui.wx , 143111
云台程序-7.2/USER/Gimbal_RM.uvguix.Administrator , 72693
云台程序-7.2/USER/Gimbal_RM.uvgui_Administrator.bak , 143027
云台程序-7.2/USER/Gimbal_RM.uvgui_wx.bak , 143015
云台程序-7.2/USER/Gimbal_RM.uvopt , 20772
云台程序-7.2/USER/Gimbal_RM.uvoptx , 22301
云台程序-7.2/USER/Gimbal_RM.uvproj , 20619
云台程序-7.2/USER/Gimbal_RM.uvproj.saved_uv4 , 20619
云台程序-7.2/USER/Gimbal_RM.uvprojx , 20759
云台程序-7.2/USER/Gimbal_RM_Gimbal_STMF4_wx.dep , 120203
云台程序-7.2/USER/JLinkLog.txt , 93163
云台程序-7.2/USER/JLinkSettings.ini , 650
云台程序-7.2/USER/main.c , 3380
云台程序-7.2/USER/startup_stm32f40_41xxx.lst , 77672
云台程序-7.2/USER/stm32f4xx.h , 704094
云台程序-7.2/USER/stm32f4xx_conf.h , 4593
云台程序-7.2/USER/stm32f4xx_it.c , 4536
云台程序-7.2/USER/stm32f4xx_it.h , 2222
云台程序-7.2/USER/system_stm32f4xx.c , 47778
云台程序-7.2/USER/system_stm32f4xx.h , 2233
没有账号? 忘记密码?

社交账号快速登录