X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Frc_encode%2F__init__.py;h=7cc7ab59e5721c6b73e6bedb89ac9123f8b9293d;hb=0fbf152810a812baee1d7e69d4621bb8445f9e7e;hp=db78dc1e5ea11192a6d3b7c3b655d18cad58864d;hpb=2a2c9b1635c38e4c0a1078fd8c9ec45cc45bd688;p=libsigrokdecode.git diff --git a/decoders/rc_encode/__init__.py b/decoders/rc_encode/__init__.py index db78dc1..7cc7ab5 100644 --- a/decoders/rc_encode/__init__.py +++ b/decoders/rc_encode/__init__.py @@ -26,11 +26,15 @@ pressed and address settings into a series of pulses which is then transmitted over whatever frequency and modulation that the designer chooses. These devices operate at a number of frequencies including 433MHz. -This PD should also decode the HX2262 and SC5262 which are equivalents. +This PD should also decode the HX2262 and SC5262 which are equivalents, as +well as the 2272 variants of these ICs. Support for the EV1527, RT1527, FP1527 +and HS1527 is also present. -The decoder also contains some additional decoding for a Maplin L95AR -remote control and will turn the received signal into which button was -pressed and what the address code DIP switches are set to. +The decoder can additionaly decoding the Maplin L95AR remote control and will +turn the received signal into which button was pressed and what the address +code DIP switches are set to. +Please contact the sigrok team if you want decoding for further remote +controls to be added. ''' from .pd import Decoder