8000 GitHub - SmallPond/ble_ctrl: ESP32 解析蓝牙手柄信号
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SmallPond/ble_ctrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLE_CTRL

解析蓝牙游戏手柄信号,控制我的小玩具

Get Started

#include <Arduino.h>
#include "ble_ctrl.h"

BLECtrl ble_ctrl;

void setup() {
    Serial.begin(115200);
    ble_ctrl.setup();
}

void loop() {
    ble_ctrl.loop();
}

参考

  1. XboxControllerNotificationParser

About

ESP32 解析蓝牙手柄信号

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0