diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-26 21:57:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-26 21:57:23 +0200 |
commit | d4e7291c7ca24d0f64ba1d4a388f4b25c9fc9b87 (patch) | |
tree | f4673b530e58ac2590ae9135b979f4af1f6b6eb4 | |
parent | 821916653b138afcee954f3e14f05bed330ea3fc (diff) | |
download | emu8910-d4e7291c7ca24d0f64ba1d4a388f4b25c9fc9b87.tar.gz emu8910-d4e7291c7ca24d0f64ba1d4a388f4b25c9fc9b87.zip |
Update README.md
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -81,3 +81,28 @@ To run demo start web server: `python -m http.server 8000` and navigate to `inde > Note: Click anywhere on the page to start audio output. +# Signature + +``` ++---------------------------------------+ +| .-. .-. .-. | +| / \ / \ / \ | +| / \ / \ / \ / | +| \ / \ / \ / | +| "_" "_" "_" | +| | +| _ _ _ _ _ _ ___ ___ _ _ | +| | | | | | | \| | /_\ | _ \ / __| || | | +| | |_| |_| | .` |/ _ \| /_\__ \ __ | | +| |____\___/|_|\_/_/ \_\_|_(_)___/_||_| | +| | +| | +| Lunar RF Labs | +| https://lunar.sh | +| | +| RF Research Laboratories | +| Copyright (C) 2022-2024 | +| | ++---------------------------------------+ +``` + |