1 引 言 I2C总线(Inter-IC Bus)是一种通用的串行总线,是用于IC器件之间连接的二线制总线。他通过串行数据线(Serial Data Lines,SDL)及串行时钟线(Serial ClockLine,SCL)两线在连接到总线上的器件之间传送信息,并根据地址识别每个器件。一个或多个微控制器以及外围器件可以通过I2C总线接口非常方便的连接在一起构成系统。这种总线结构的连线和连接引脚少,器件间总线简单。结构紧凑,因此其构成系统的成本较低;并且在总线上增加器件不会影响系统的正常工作,所有的I。C器件共用一套总线,因此其系统修改和可扩展性好。即使有不同时钟速度的器件连接到总线上,时间
1
STM32 STM32F103 仿真版本和正常版本的I2C总线二者比较 驱动OLED 例程 KEIL4 STDLIB
1
I2C总线驱动伪代码,可方便地转化为你自己的语言,如C语言。
2021-09-11 12:09:03 44KB I2C总线
1
嵌入式Linux系统中I2C总线驱动的研究与应用.pdf
2021-09-06 22:00:59 470KB Linux 操作系统 系统开发 参考文献
imx6ul_iic总线驱动
2021-03-14 16:06:30 385KB I2C imx6ul I2C总线驱动 sylixos
1
本包的程序主要讲解了如何通过i2c总线驱动以及字符设备驱动实现将用户所输字符显示到OLED上
2019-12-21 21:33:03 81KB i2c OLED jz2440 驱动
1
基于Verilog的I2C总线驱动设计,有代码和文档详解
2019-12-21 21:20:05 162KB verilog I2C
1
ST原厂LSM6DSL I2C总线驱动 In the 'driver' folder there are the driver files of Mems Sensor (.h and .c) to be included in your project. Driver documentation can be generate using Doxigen tool. The driver is platform independent, you need only to complete the two functions for write and read from Mems Hardware Bus. The files (.c) in 'example' folder, are examples showing how to integrate the Standard C driver in a project. They are written for STM32 Microcontroller using CubeMX API, but you can use it as a guideline for every hardware. www.st.com/mems LSM6DSL DS rev7.0
2019-12-21 20:05:59 32KB LSM6DSL
1