From 2eaf65a0de55ddd71945841bf35e41830bec875d Mon Sep 17 00:00:00 2001 From: Richard Li Date: Mon, 23 Nov 2020 13:16:13 +0800 Subject: [PATCH] Fixed document of the decoder. --- libsigrokdecode4DSL/decoders/a7105/__init__.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libsigrokdecode4DSL/decoders/a7105/__init__.py b/libsigrokdecode4DSL/decoders/a7105/__init__.py index 60124780..a011c987 100644 --- a/libsigrokdecode4DSL/decoders/a7105/__init__.py +++ b/libsigrokdecode4DSL/decoders/a7105/__init__.py @@ -19,11 +19,7 @@ ''' This decoder stacks on top of the 'spi' PD and decodes the protocol spoken -by the Nordic Semiconductor nRF24L01 and nRF24L01+ 2.4GHz transceiver chips. - -Details: -http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01 -http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01P +by the AMICCOM A7105 2.4GHz transceiver chips. ''' from .pd import Decoder