From 384f480fa03a9bb2476037737e690515c41a4282 Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Wed, 28 Feb 2024 17:25:31 -0600 Subject: [PATCH] add video to readme as well --- components/hid_service/example/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/hid_service/example/README.md b/components/hid_service/example/README.md index e4938f4ec..b3f68309c 100644 --- a/components/hid_service/example/README.md +++ b/components/hid_service/example/README.md @@ -5,6 +5,8 @@ This example shows how to use the `espp::HidService` class together with the an HID service. It uses the `hid-rp` component's `espp::GamepadReport<>` to define a HID gamepad report descriptor and generate input reports. +https://github.com/esp-cpp/espp/assets/213467/20ff49e3-42e2-4e69-9c91-d1926071f665 + ## How to use example ### Hardware Required