X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fpwm%2F__init__.py;h=8f0397668655e039151d695b2e7fee7512e0a804;hb=242438c32bfab01ae65ccc3678f5b9702a0678bb;hp=096e077d90c87aa6314b2ba8ce48564dce8635b1;hpb=b4332f0fdd7706d9caf39a5dcd8a1b5b06a626ab;p=libsigrokdecode.git diff --git a/decoders/pwm/__init__.py b/decoders/pwm/__init__.py index 096e077..8f03976 100644 --- a/decoders/pwm/__init__.py +++ b/decoders/pwm/__init__.py @@ -14,12 +14,11 @@ ## 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 . ## ''' -Pulse-width modulation (a.k.a pulse-duration modulation, PDM) decoder. +Pulse-width modulation (PWM) a.k.a pulse-duration modulation (PDM) decoder. ''' from .pd import Decoder