From 55a0e2ba82c3d8d531921dcefcba97b66457b2e2 Mon Sep 17 00:00:00 2001 From: Radoslav Gerganov Date: Fri, 14 Jul 2023 09:56:25 +0300 Subject: [PATCH] Add ggtag to the examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbb327b..3b854fa 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ The [examples](https://github.com/ggerganov/ggwave/blob/master/examples/) folder | Example | Description | Audio | | ------- | ----------- | ----- | +| [ggtag](https://github.com/rgerganov/ggtag) | Sound-programmable e-paper badge | PDM mic | | [ggwave-rx](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-rx) | Very basic receive-only program | SDL | | [ggwave-cli](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-cli) | Command line tool for sending/receiving data through sound | SDL | | [ggwave-wasm](https://github.com/ggerganov/ggwave/blob/master/examples/ggwave-wasm) | WebAssembly module for web applications | SDL |