1. 首页
  2. 编程语言
  3. C
  4. stm32用IO模拟mipi时序

stm32用IO模拟mipi时序

上传者: 2020-03-19 01:04:24上传 C文件 3.22KB 热度 98次
stm32IO模拟MIPI协议 #defineMIPI_DATA_IN(){GPIO_InitStructure.GPIO_Pin=GPIO_Pin_0;GPIO_InitStructure.GPIO_Mode=GPIO_Mode_IPU;GPIO_Init(GPIOE,&GPIO;_InitStructure);} #defineMIPI_DATA_OUT(){GPIO_InitStructure.GPIO_Pin=GPIO_Pin_0;GPIO_InitStructure.GPIO_Mode=GPIO_Mode_Out_OD;GPIO_Init(GPIOE,&
用户评论
码姐姐匿名网友 2020-03-19 01:04:24

东西没有什么用