Update readme.

This commit is contained in:
Derek Jamison 2023-02-15 16:15:43 -05:00
parent 1a7a71e7f1
commit 9783c9fb53
2 changed files with 7 additions and 1 deletions

View File

@ -25,5 +25,11 @@ This is a two player game that uses the subghz_tx_rx worker library for communic
### subghz-protocol-x10-decoder
[project](./subghz/protocols/x10/README.md) - This is a protocol decoder for the Flipper Zero to decode the x10 series of devices when doing a read from the Sub-GHz menu.
### subghz-samples-chevy-hhr-2006
[data](./subghz/samples/chevy-hhr-2006/README.md) - These Flipper Zero subghz captures are from the remote control for the Chevy HHR 2006 keyfob.
### subghz-samples-quantum-fire
[data](./subghz/samples/quantum-fire/README.md) - These Flipper Zero subghz captures are from the remote control for the Quantum Fire (QF-6LR).
### subghz-samples-x10
[data](./subghz/samples/x10/README.md) - These Flipper Zero subghz captures are from the remote control for the X10.

View File

@ -3,5 +3,5 @@ The Flipper Zero "Sub-GHz" radio is used for receiving and transmitting frequenc
This enlistment contains the following:
- [Plugins](./plugins/README.md) are applications & games that can be added to the Flipper Zero. These applications utilize the subghz radio.
- [Protcols](./protocols/README.md) extend the Sub-GHz "Read" feature of your Flipper with the ability to support new protocols.
- [Protocols](./protocols/README.md) extend the Sub-GHz "Read" feature of your Flipper with the ability to support new protocols.
- [Samples](./samples/README.md) are samples captured by various remotes I own.