From c0876ef6f648bca7c04a8abf3615d4d0b6687c56 Mon Sep 17 00:00:00 2001 From: aanper Date: Sun, 2 Aug 2020 07:36:30 +0300 Subject: [PATCH] add gpio/hw --- wiki/gpio-hw.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wiki/gpio-hw.md diff --git a/wiki/gpio-hw.md b/wiki/gpio-hw.md new file mode 100644 index 00000000..82a9d292 --- /dev/null +++ b/wiki/gpio-hw.md @@ -0,0 +1,5 @@ +# GPIO and hardware interfaces + +Flipper Zero can be used as a versatile tool for hardware hacking. Its 12 built-in GPIO pins are 5V tolerant and allow you to connect it to any piece of hardware while running your own code, controlling it with buttons and printing debug messages to the LCD display. + +You can use it as a handy firmware flashing, debugging, and fuzzing device, as well as USB to UART/SPI/I2C/etc adapter connected to the PC. \ No newline at end of file