Search found 1 match

by Craig02445
Mon Jan 03, 2022 4:53 pm
Forum: ESP-IDF
Topic: HID host with IDF and Arduino
Replies: 1
Views: 3080

HID host with IDF and Arduino

I need to run the esp_hid_host demo in the Arduino environment. I need to add: #define CONFIG_BT_HID_HOST_ENABLED 1 to the Arduino sdkconfig.h file (the one that says "DO NOT EDIT" but alas ...) and I add the setup() and loop() where setup simply calls app_main(). The loop() is empty. It is also nec...