1. 首页
  2. 服务器应用
  3. Proxy
  4. STM32模拟IIC代码

STM32模拟IIC代码

上传者: 2020-11-17 06:25:31上传 RAR文件 39KB 热度 10次
STM32模拟IIC代码 void I2C_GPIO_Config(void) { GPIO_InitTypeDef GPIO_InitStructure; /* Configure I2C1 pins: SCL and SDA */ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_6; GPIO_InitS
用户评论