From 82f254af5927ede113d5e3e1d905af599869a866 Mon Sep 17 00:00:00 2001 From: Gabriel Sobrinho Date: Thu, 28 Oct 2021 16:25:18 -0300 Subject: [PATCH] Add Abs Mouse project Closes #19 Closes #18 Closes #5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 464b372..ab03117 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This library allows you to make the ESP32 act as a Bluetooth Mouse and control what it does. E.g. move the mouse, scroll, make a click etc. You might also be interested in: +- [ESP32-BLE-Abs-Mouse](https://github.com/sobrinho/ESP32-BLE-Abs-Mouse) - [ESP32-BLE-Keyboard](https://github.com/T-vK/ESP32-BLE-Keyboard) - [ESP32-BLE-Gamepad](https://github.com/lemmingDev/ESP32-BLE-Gamepad)