linux下I2C驱动

2C协议规定了主机和从机的概念,在驱动中采用的多是适配器(主机)和设备(从机)。
首先,i2c规定
  Bus    -> Algorithm  算法
               Adapter   适配器
  Device -> Driver
                 Client     从机设备

原文地址:https://www.cnblogs.com/wangjingyuwhy/p/3417324.html