From 74322c14000c05b78ad44128b638965dfbf27fa1 Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Sat, 8 Apr 2023 09:01:05 -0400 Subject: [PATCH] Add wiegand to the tutorials readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0564e30..39ca52c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Feel free to reach out to me at CodeAllNight@outlook.com with any questions or l ## GPIO +### wiegand +[project](./gpio/wiegand/README.md) - This is a tool for reading and writing Wiegand data. Wiegand is typically used by NFC, RFID and keypads. This tool can be used to read a Wiegand signal, save and display the data on the Flipper Zero's screen. It can also play the signal back. + ### gpio-pins [tool](./gpio/pins/README.md) - This is a set of files you can copy to your Flipper Zero so that you can easily lookup the meaning of a pin.