X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2c%2F__init__.py;h=2a36b060abd5a5a38155072d3f7e420c1ad3eb2c;hp=95d9e182b5dd5d20609037afa43a092a81bcd7a1;hb=HEAD;hpb=ab4aa33c4bd3f72707c718bb0448722a5c2c9912 diff --git a/decoders/i2c/__init__.py b/decoders/i2c/__init__.py index 95d9e18..2a36b06 100644 --- a/decoders/i2c/__init__.py +++ b/decoders/i2c/__init__.py @@ -14,16 +14,12 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## ''' -I²C protocol decoder. - -The Inter-Integrated Circuit (I²C) bus is a bidirectional, multi-master +I²C (Inter-Integrated Circuit) is a bidirectional, multi-master bus using two signals (SCL = serial clock line, SDA = serial data line). ''' -from .pd import * - +from .pd import Decoder