diff options
author | Soeren Apel <soeren@apelpie.net> | 2021-07-29 23:33:32 +0200 |
---|---|---|
committer | Soeren Apel <soeren@apelpie.net> | 2021-07-29 23:38:19 +0200 |
commit | 02aa01ad5f05f2730309200abda0ac75d3721e1d (patch) | |
tree | 0da6626db3ce6f6957ce77f94f99ef407865348c /decoders/rc_encode/__init__.py | |
parent | c70c28c896ad0509a7fe1b2129c60259c202cb98 (diff) | |
download | libsigrokdecode-02aa01ad5f05f2730309200abda0ac75d3721e1d.tar.gz libsigrokdecode-02aa01ad5f05f2730309200abda0ac75d3721e1d.zip |
rc_encode: Add support for EV1527, RT1527, FP1527 and HS1527
Diffstat (limited to 'decoders/rc_encode/__init__.py')
-rw-r--r-- | decoders/rc_encode/__init__.py | 12 |
1 files changed, 8 insertions, 4 deletions
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 |