摘要: #include "Type.h" #include "IIC.h" #include "Delay.h" void I2C_Init(void) { GPIO_InitTypeDef GPIO_InitStructer; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); GPIO_InitStructer.GPI... 阅读全文
posted @ 2017-01-03 16:57 lort 阅读(379) 评论(0) 推荐(0) 编辑