]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ir_nec/__init__.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / ir_nec / __init__.py
index 076566874fc4aa964470cfe5caf73e3508fc4cda..c3ab29365b7a0def98c8bdfa36f80d52d6ede800 100644 (file)
 ## 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 <http://www.gnu.org/licenses/>.
 ##
 
 '''
 NEC is a pulse-distance based infrared remote control protocol.
+See https://www.sbprojects.net/knowledge/ir/nec.php for a description.
 '''
 
-from .pd import *
+from .pd import Decoder