搜索资源列表
PC1500
- 著名的水利专业软件,上百个源码,希望大家能喜欢!-famous water conservancy software, hundreds source, I hope you will like!
PC15
- 中科大并行计算课程的ppt,非常有借鉴意义的。-The USTC parallel computing course ppt, and very reference.
mpu6050-DMP-example
- 适用于stm32f103,SDA接pc15,SCL接pc14,mems芯片为mpu60x0,mpu9xx0.-This program is created for stm32f103. For using, you should connect SDA to PC15, SCL to PC14. MEMS chipset need to be mpu6000 series and mpu9000 series.
STM32F103-DualCDC
- STM32F103 USB转双串口。使用CDC类。插上电脑后,会出来两个虚拟串口,如果提示找不到驱动,指定驱动路径到inf文件夹即可。 相比ST官方提供的只有1路串口的例程,方便了很多 用到的IO定义如下: 串口1:PA9和PA10 const GPIO_InitTypeDef TX1_pin { GPIO_Pin_9, GPIO_Speed_50MHz, GPIO_Mode_AF_PP } const GPIO_