From 884914002903c3e22a8773a19a276d6c7c842c1f Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sun, 3 Jan 2021 01:41:02 -0500 Subject: [PATCH] Clarify supported boards and add link to OpenRetroPadHW --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 77e5c88..14d756b 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,8 @@ Currently supported inputs: SNES/NES, Sega Genesis/Megadrive/Atari, Playstation Currently supported outputs: bluetooth-hid gamepad, usb-hid gamepad, nintendo switch usb gamepad, wireless usb-hid gamepad over radio +OpenRetroPad is written and tested on an Arduino Pro Micro and an ESP32, there is also an in-progress custom PCB being developed at [OpenRetroPadHW](https://github.com/OpenRetroPad/OpenRetroPadHW) + Build using [PlatformIO](https://platformio.org/) using `pio run` or `pio run -e $board-$input-$output` for a specific target/env. env's are laid out like `$board-$input-$output`