X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmxc6225xu%2F__init__.py;h=2aaa726fea81aa917cd2323ca8604dc41a10af3e;hb=HEAD;hp=c4209c86dab61d5219e0fe34b49c4e43dd0433ce;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index c4209c8..2aaa726 100644 --- a/decoders/mxc6225xu/__init__.py +++ b/decoders/mxc6225xu/__init__.py @@ -14,8 +14,7 @@ ## 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 . ## ''' @@ -26,5 +25,4 @@ The chip's I²C interface supports standard mode and fast mode (max. 400kHz). Its I²C slave address is 0x2a. ''' -from .pd import * - +from .pd import Decoder