This project provides an easy-to use programming API to emulate a Nintendo Switch controller using an Arduino UNO R3. The API allows sending button presses/stick movements on the emulated controller, ...
This project uses de half duplex Serial library for Arduino available here: https://github.com/nickstedman/SoftwareSerialWithHalfDuplex I have copied the relevant ...