diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-12-31 14:36:18 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-12-31 14:36:18 +0100 |
commit | ba0aeee005d5fdaaab59cd7c099a237f51eddc86 (patch) | |
tree | a4819820cfb6fc9d2d126ab6050ba798bf925359 /README.md | |
download | fl2k_ampliphase-ba0aeee005d5fdaaab59cd7c099a237f51eddc86.tar.gz fl2k_ampliphase-ba0aeee005d5fdaaab59cd7c099a237f51eddc86.tar.bz2 fl2k_ampliphase-ba0aeee005d5fdaaab59cd7c099a237f51eddc86.zip |
Create project
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..72c551d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# About + +This does ampliphase modulation using the Red and Green DACs of FL2K VGA dongles. + +# Install + +1. Install Rust using https://rustup.rs +1. Install clang (Debian: `apt install llvm-dev libclang-dev clang`, others see + https://rust-lang.github.io/rust-bindgen/requirements.html) +1. Install libusb 1.0 (include -dev package) |