X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fnrf24l01%2Fpd.py;h=64fe5778ca15bc445b5fe88795143388aa963059;hp=221b968ea2ac0db672e2a5a30761120b16f86f3b;hb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;hpb=10aeb8ea8b183394cebc0033f048f49f4262b57d diff --git a/decoders/nrf24l01/pd.py b/decoders/nrf24l01/pd.py index 221b968..64fe577 100644 --- a/decoders/nrf24l01/pd.py +++ b/decoders/nrf24l01/pd.py @@ -62,11 +62,12 @@ class Decoder(srd.Decoder): api_version = 3 id = 'nrf24l01' name = 'nRF24L01(+)' - longname = 'Nordic Semiconductor nRF24L01/nRF24L01+' - desc = '2.4GHz transceiver chip.' + longname = 'Nordic Semiconductor nRF24L01(+)' + desc = '2.4GHz RF transceiver chip.' license = 'gplv2+' inputs = ['spi'] - outputs = ['nrf24l01'] + outputs = [] + tags = ['IC', 'Wireless/RF'] options = ( {'id': 'chip', 'desc': 'Chip type', 'default': 'nrf24l01', 'values': ('nrf24l01', 'xn297')},