caoge12138 / Hid2Ble

conver keyboard to wireless ble keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HID2BLE ESP32 Keyboard library

将 hid 通过 esp32 蓝牙发送至电脑

如何使用?

  1. include 库
    #include <Hid2Ble.h>
  1. 创建对象
   Hid2Ble hid2Ble;
  1. 启动
   hid2Ble.begin();
  1. 判断蓝牙连接
   hid2Ble.isConnected();
  1. 发送 hid 键盘码
   hid2Ble.send2Ble(codeArray);

About

conver keyboard to wireless ble keyboard


Languages

Language:C++ 100.0%