Update README.md
This commit is contained in:
parent
a62f65621a
commit
83c39fabf2
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -1,2 +1,14 @@
|
||||||
# librpitx
|
**librpitx** Radio frequency transmitter library for Raspberry Pi (B, B+, PI2, PI3 and PI zero)
|
||||||
Radio frequency transmitter library - Engine of rpitx
|
|
||||||
|
It is now the base of *rpitx* project, separate from application
|
||||||
|
|
||||||
|
_Copyright (c) Evariste Courjaud F5OEO. Code is GPL_V3
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
Depends on https://github.com/jgaeddert/liquid-dsp/
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/F5OEO/librpitx
|
||||||
|
cd librpitx/src
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue