]> sigrok.org Git - libsigrokdecode.git/commit
Add nRF24L01(+) protocol decoder.
authorJens Steinhauser <redacted>
Tue, 8 Jul 2014 20:15:30 +0000 (22:15 +0200)
committerJens Steinhauser <redacted>
Tue, 8 Jul 2014 20:15:30 +0000 (22:15 +0200)
commit0e501c70cf26f208d7e523b7fe737d0e8d565109
tree55ac981b68aa6997a7394129d420293bbb2d64b5
parent34929ee00c976842196ca95240b6cb1a7f5d8c75
Add nRF24L01(+) protocol decoder.
17 files changed:
decoders/nrf24l01/__init__.py [new file with mode: 0644]
decoders/nrf24l01/pd.py [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_activate_cmd.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_activate_warning.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_communication_rx.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_communication_tx.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_excess_bytes_warning.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_misc_cmd.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_misc_register.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_misc_tx_data.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_misc_warning.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_missing_bytes_warning.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_no_command_register.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_rx.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_unknown_command_warning.output [new file with mode: 0644]
decoders/nrf24l01/test/nrf24l01_unknown_register_warning.output [new file with mode: 0644]
decoders/nrf24l01/test/test.conf [new file with mode: 0644]