文件名称:OLED_I2C
-
所属分类:
- 标签属性:
- 上传时间:2017-01-02
-
文件大小:2.11mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
SSD1306 128*64 0.96 OLED I2C dirver-
void I2C_Int(void)
{
GPIO_InitTypeDef GPIO_InitStructure //éùÃ ÷ò» ¸ ö GPIO_InitStructure½ á11ìå
GPIO_InitStructure.GPIO_Pin I2C_SCL|I2C_SDA //Ñ ¡ Ô ñ òy½ Å
GPIO_InitStructure.GPIO_Speed GPIO_Speed_50MHz //Ñ ¡ Ô ñ 1ü½ Å Ë ù¶ è
GPIO_InitStructure.GPIO_Mode GPIO_Mode_Out_PP //Ñ ¡ Ô ñ 1ü½ Å 1¤×÷Ä £ê½ ,íÆ íìêä 3ö
GPIO_Init(GPIOB,&GPIO_InitStructure) //3õ ê¼ » ˉGPIOB¶ Ë ¿ ú
I2C_SCL_H //¶ Ë ¿ ú3õ ê¼ » ˉíê±Ï oóòa°Ñ á½ ¸ ö ¶ Ë ¿ úéèÖ Ã Î a¸ ß μç Æ ½
I2C_SDA_H
}
void I2C_Int(void)
{
GPIO_InitTypeDef GPIO_InitStructure //éùÃ ÷ò» ¸ ö GPIO_InitStructure½ á11ìå
GPIO_InitStructure.GPIO_Pin I2C_SCL|I2C_SDA //Ñ ¡ Ô ñ òy½ Å
GPIO_InitStructure.GPIO_Speed GPIO_Speed_50MHz //Ñ ¡ Ô ñ 1ü½ Å Ë ù¶ è
GPIO_InitStructure.GPIO_Mode GPIO_Mode_Out_PP //Ñ ¡ Ô ñ 1ü½ Å 1¤×÷Ä £ê½ ,íÆ íìêä 3ö
GPIO_Init(GPIOB,&GPIO_InitStructure) //3õ ê¼ » ˉGPIOB¶ Ë ¿ ú
I2C_SCL_H //¶ Ë ¿ ú3õ ê¼ » ˉíê±Ï oóòa°Ñ á½ ¸ ö ¶ Ë ¿ úéèÖ Ã Î a¸ ß μç Æ ½
I2C_SDA_H
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OLED_I2C/DebugConfig/Target_1_STM32F103C8.dbgconf
OLED_I2C/EventRecorderStub.scvd
OLED_I2C/Lib/inc/misc.h
OLED_I2C/Lib/inc/stm32f10x_adc.h
OLED_I2C/Lib/inc/stm32f10x_bkp.h
OLED_I2C/Lib/inc/stm32f10x_can.h
OLED_I2C/Lib/inc/stm32f10x_cec.h
OLED_I2C/Lib/inc/stm32f10x_crc.h
OLED_I2C/Lib/inc/stm32f10x_dac.h
OLED_I2C/Lib/inc/stm32f10x_dbgmcu.h
OLED_I2C/Lib/inc/stm32f10x_dma.h
OLED_I2C/Lib/inc/stm32f10x_exti.h
OLED_I2C/Lib/inc/stm32f10x_flash.h
OLED_I2C/Lib/inc/stm32f10x_fsmc.h
OLED_I2C/Lib/inc/stm32f10x_gpio.h
OLED_I2C/Lib/inc/stm32f10x_i2c.h
OLED_I2C/Lib/inc/stm32f10x_iwdg.h
OLED_I2C/Lib/inc/stm32f10x_pwr.h
OLED_I2C/Lib/inc/stm32f10x_rcc.h
OLED_I2C/Lib/inc/stm32f10x_rtc.h
OLED_I2C/Lib/inc/stm32f10x_sdio.h
OLED_I2C/Lib/inc/stm32f10x_spi.h
OLED_I2C/Lib/inc/stm32f10x_tim.h
OLED_I2C/Lib/inc/stm32f10x_usart.h
OLED_I2C/Lib/inc/stm32f10x_wwdg.h
OLED_I2C/Lib/src/misc.c
OLED_I2C/Lib/src/stm32f10x_adc.c
OLED_I2C/Lib/src/stm32f10x_bkp.c
OLED_I2C/Lib/src/stm32f10x_can.c
OLED_I2C/Lib/src/stm32f10x_cec.c
OLED_I2C/Lib/src/stm32f10x_crc.c
OLED_I2C/Lib/src/stm32f10x_dac.c
OLED_I2C/Lib/src/stm32f10x_dbgmcu.c
OLED_I2C/Lib/src/stm32f10x_dma.c
OLED_I2C/Lib/src/stm32f10x_exti.c
OLED_I2C/Lib/src/stm32f10x_flash.c
OLED_I2C/Lib/src/stm32f10x_fsmc.c
OLED_I2C/Lib/src/stm32f10x_gpio.c
OLED_I2C/Lib/src/stm32f10x_i2c.c
OLED_I2C/Lib/src/stm32f10x_iwdg.c
OLED_I2C/Lib/src/stm32f10x_pwr.c
OLED_I2C/Lib/src/stm32f10x_rcc.c
OLED_I2C/Lib/src/stm32f10x_rtc.c
OLED_I2C/Lib/src/stm32f10x_sdio.c
OLED_I2C/Lib/src/stm32f10x_spi.c
OLED_I2C/Lib/src/stm32f10x_tim.c
OLED_I2C/Lib/src/stm32f10x_usart.c
OLED_I2C/Lib/src/stm32f10x_wwdg.c
OLED_I2C/Listings/Project1.map
OLED_I2C/Listings/startup_stm32f10x_md.lst
OLED_I2C/Objects/core_cm3.crf
OLED_I2C/Objects/core_cm3.d
OLED_I2C/Objects/core_cm3.o
OLED_I2C/Objects/ExtDll.iex
OLED_I2C/Objects/i2c.crf
OLED_I2C/Objects/i2c.d
OLED_I2C/Objects/i2c.o
OLED_I2C/Objects/main.crf
OLED_I2C/Objects/main.d
OLED_I2C/Objects/main.o
OLED_I2C/Objects/misc.crf
OLED_I2C/Objects/misc.d
OLED_I2C/Objects/misc.o
OLED_I2C/Objects/owl.crf
OLED_I2C/Objects/owl.d
OLED_I2C/Objects/owl.o
OLED_I2C/Objects/Project1.axf
OLED_I2C/Objects/Project1.build_log.htm
OLED_I2C/Objects/Project1.hex
OLED_I2C/Objects/Project1.htm
OLED_I2C/Objects/Project1.lnp
OLED_I2C/Objects/Project1.sct
OLED_I2C/Objects/Project1_Target 1.dep
OLED_I2C/Objects/spi.crf
OLED_I2C/Objects/spi.d
OLED_I2C/Objects/spi.o
OLED_I2C/Objects/startup_stm32f10x_md.d
OLED_I2C/Objects/startup_stm32f10x_md.o
OLED_I2C/Objects/stm32f10x_exti.crf
OLED_I2C/Objects/stm32f10x_exti.d
OLED_I2C/Objects/stm32f10x_exti.o
OLED_I2C/Objects/stm32f10x_gpio.crf
OLED_I2C/Objects/stm32f10x_gpio.d
OLED_I2C/Objects/stm32f10x_gpio.o
OLED_I2C/Objects/stm32f10x_it.crf
OLED_I2C/Objects/stm32f10x_it.d
OLED_I2C/Objects/stm32f10x_it.o
OLED_I2C/Objects/stm32f10x_it_1.crf
OLED_I2C/Objects/stm32f10x_it_1.d
OLED_I2C/Objects/stm32f10x_it_1.o
OLED_I2C/Objects/stm32f10x_rcc.crf
OLED_I2C/Objects/stm32f10x_rcc.d
OLED_I2C/Objects/stm32f10x_rcc.o
OLED_I2C/Objects/stm32f10x_spi.crf
OLED_I2C/Objects/stm32f10x_spi.d
OLED_I2C/Objects/stm32f10x_spi.o
OLED_I2C/Objects/system_stm32f10x.crf
OLED_I2C/Objects/system_stm32f10x.d
OLED_I2C/Objects/system_stm32f10x.o
OLED_I2C/Objects/system_stm32f10x_1.crf
OLED_I2C/Objects/system_stm32f10x_1.d
OLED_I2C/Objects/system_stm32f10x_1.o
OLED_I2C/Project1.uvguix.owl
OLED_I2C/Project1.uvoptx
OLED_I2C/Project1.uvprojx
OLED_I2C/Startup/startup_stm32f10x_cl.s
OLED_I2C/Startup/startup_stm32f10x_hd.s
OLED_I2C/Startup/startup_stm32f10x_hd_vl.s
OLED_I2C/Startup/startup_stm32f10x_ld.s
OLED_I2C/Startup/startup_stm32f10x_ld_vl.s
OLED_I2C/Startup/startup_stm32f10x_md.s
OLED_I2C/Startup/startup_stm32f10x_md_vl.s
OLED_I2C/Startup/startup_stm32f10x_xl.s
OLED_I2C/Sys/core_cm3.c
OLED_I2C/Sys/core_cm3.h
OLED_I2C/Sys/stm32f10x.h
OLED_I2C/Sys/stm32f10x_conf.h
OLED_I2C/Sys/stm32f10x_it.c
OLED_I2C/Sys/stm32f10x_it.h
OLED_I2C/Sys/system_stm32f10x.c
OLED_I2C/Sys/system_stm32f10x.h
OLED_I2C/User/font.h
OLED_I2C/User/I2C.c
OLED_I2C/User/I2C.h
OLED_I2C/User/main.c
OLED_I2C/User/owl.c
OLED_I2C/User/owl.h
OLED_I2C/Lib/inc
OLED_I2C/Lib/src
OLED_I2C/DebugConfig
OLED_I2C/Lib
OLED_I2C/Listings
OLED_I2C/Objects
OLED_I2C/Startup
OLED_I2C/Sys
OLED_I2C/User
OLED_I2C
OLED_I2C/EventRecorderStub.scvd
OLED_I2C/Lib/inc/misc.h
OLED_I2C/Lib/inc/stm32f10x_adc.h
OLED_I2C/Lib/inc/stm32f10x_bkp.h
OLED_I2C/Lib/inc/stm32f10x_can.h
OLED_I2C/Lib/inc/stm32f10x_cec.h
OLED_I2C/Lib/inc/stm32f10x_crc.h
OLED_I2C/Lib/inc/stm32f10x_dac.h
OLED_I2C/Lib/inc/stm32f10x_dbgmcu.h
OLED_I2C/Lib/inc/stm32f10x_dma.h
OLED_I2C/Lib/inc/stm32f10x_exti.h
OLED_I2C/Lib/inc/stm32f10x_flash.h
OLED_I2C/Lib/inc/stm32f10x_fsmc.h
OLED_I2C/Lib/inc/stm32f10x_gpio.h
OLED_I2C/Lib/inc/stm32f10x_i2c.h
OLED_I2C/Lib/inc/stm32f10x_iwdg.h
OLED_I2C/Lib/inc/stm32f10x_pwr.h
OLED_I2C/Lib/inc/stm32f10x_rcc.h
OLED_I2C/Lib/inc/stm32f10x_rtc.h
OLED_I2C/Lib/inc/stm32f10x_sdio.h
OLED_I2C/Lib/inc/stm32f10x_spi.h
OLED_I2C/Lib/inc/stm32f10x_tim.h
OLED_I2C/Lib/inc/stm32f10x_usart.h
OLED_I2C/Lib/inc/stm32f10x_wwdg.h
OLED_I2C/Lib/src/misc.c
OLED_I2C/Lib/src/stm32f10x_adc.c
OLED_I2C/Lib/src/stm32f10x_bkp.c
OLED_I2C/Lib/src/stm32f10x_can.c
OLED_I2C/Lib/src/stm32f10x_cec.c
OLED_I2C/Lib/src/stm32f10x_crc.c
OLED_I2C/Lib/src/stm32f10x_dac.c
OLED_I2C/Lib/src/stm32f10x_dbgmcu.c
OLED_I2C/Lib/src/stm32f10x_dma.c
OLED_I2C/Lib/src/stm32f10x_exti.c
OLED_I2C/Lib/src/stm32f10x_flash.c
OLED_I2C/Lib/src/stm32f10x_fsmc.c
OLED_I2C/Lib/src/stm32f10x_gpio.c
OLED_I2C/Lib/src/stm32f10x_i2c.c
OLED_I2C/Lib/src/stm32f10x_iwdg.c
OLED_I2C/Lib/src/stm32f10x_pwr.c
OLED_I2C/Lib/src/stm32f10x_rcc.c
OLED_I2C/Lib/src/stm32f10x_rtc.c
OLED_I2C/Lib/src/stm32f10x_sdio.c
OLED_I2C/Lib/src/stm32f10x_spi.c
OLED_I2C/Lib/src/stm32f10x_tim.c
OLED_I2C/Lib/src/stm32f10x_usart.c
OLED_I2C/Lib/src/stm32f10x_wwdg.c
OLED_I2C/Listings/Project1.map
OLED_I2C/Listings/startup_stm32f10x_md.lst
OLED_I2C/Objects/core_cm3.crf
OLED_I2C/Objects/core_cm3.d
OLED_I2C/Objects/core_cm3.o
OLED_I2C/Objects/ExtDll.iex
OLED_I2C/Objects/i2c.crf
OLED_I2C/Objects/i2c.d
OLED_I2C/Objects/i2c.o
OLED_I2C/Objects/main.crf
OLED_I2C/Objects/main.d
OLED_I2C/Objects/main.o
OLED_I2C/Objects/misc.crf
OLED_I2C/Objects/misc.d
OLED_I2C/Objects/misc.o
OLED_I2C/Objects/owl.crf
OLED_I2C/Objects/owl.d
OLED_I2C/Objects/owl.o
OLED_I2C/Objects/Project1.axf
OLED_I2C/Objects/Project1.build_log.htm
OLED_I2C/Objects/Project1.hex
OLED_I2C/Objects/Project1.htm
OLED_I2C/Objects/Project1.lnp
OLED_I2C/Objects/Project1.sct
OLED_I2C/Objects/Project1_Target 1.dep
OLED_I2C/Objects/spi.crf
OLED_I2C/Objects/spi.d
OLED_I2C/Objects/spi.o
OLED_I2C/Objects/startup_stm32f10x_md.d
OLED_I2C/Objects/startup_stm32f10x_md.o
OLED_I2C/Objects/stm32f10x_exti.crf
OLED_I2C/Objects/stm32f10x_exti.d
OLED_I2C/Objects/stm32f10x_exti.o
OLED_I2C/Objects/stm32f10x_gpio.crf
OLED_I2C/Objects/stm32f10x_gpio.d
OLED_I2C/Objects/stm32f10x_gpio.o
OLED_I2C/Objects/stm32f10x_it.crf
OLED_I2C/Objects/stm32f10x_it.d
OLED_I2C/Objects/stm32f10x_it.o
OLED_I2C/Objects/stm32f10x_it_1.crf
OLED_I2C/Objects/stm32f10x_it_1.d
OLED_I2C/Objects/stm32f10x_it_1.o
OLED_I2C/Objects/stm32f10x_rcc.crf
OLED_I2C/Objects/stm32f10x_rcc.d
OLED_I2C/Objects/stm32f10x_rcc.o
OLED_I2C/Objects/stm32f10x_spi.crf
OLED_I2C/Objects/stm32f10x_spi.d
OLED_I2C/Objects/stm32f10x_spi.o
OLED_I2C/Objects/system_stm32f10x.crf
OLED_I2C/Objects/system_stm32f10x.d
OLED_I2C/Objects/system_stm32f10x.o
OLED_I2C/Objects/system_stm32f10x_1.crf
OLED_I2C/Objects/system_stm32f10x_1.d
OLED_I2C/Objects/system_stm32f10x_1.o
OLED_I2C/Project1.uvguix.owl
OLED_I2C/Project1.uvoptx
OLED_I2C/Project1.uvprojx
OLED_I2C/Startup/startup_stm32f10x_cl.s
OLED_I2C/Startup/startup_stm32f10x_hd.s
OLED_I2C/Startup/startup_stm32f10x_hd_vl.s
OLED_I2C/Startup/startup_stm32f10x_ld.s
OLED_I2C/Startup/startup_stm32f10x_ld_vl.s
OLED_I2C/Startup/startup_stm32f10x_md.s
OLED_I2C/Startup/startup_stm32f10x_md_vl.s
OLED_I2C/Startup/startup_stm32f10x_xl.s
OLED_I2C/Sys/core_cm3.c
OLED_I2C/Sys/core_cm3.h
OLED_I2C/Sys/stm32f10x.h
OLED_I2C/Sys/stm32f10x_conf.h
OLED_I2C/Sys/stm32f10x_it.c
OLED_I2C/Sys/stm32f10x_it.h
OLED_I2C/Sys/system_stm32f10x.c
OLED_I2C/Sys/system_stm32f10x.h
OLED_I2C/User/font.h
OLED_I2C/User/I2C.c
OLED_I2C/User/I2C.h
OLED_I2C/User/main.c
OLED_I2C/User/owl.c
OLED_I2C/User/owl.h
OLED_I2C/Lib/inc
OLED_I2C/Lib/src
OLED_I2C/DebugConfig
OLED_I2C/Lib
OLED_I2C/Listings
OLED_I2C/Objects
OLED_I2C/Startup
OLED_I2C/Sys
OLED_I2C/User
OLED_I2C
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.