Wiimote:Wiimote用于ESP32的Arduino核心的蓝牙连接库

时间:2024-05-25 09:47:42
【文件属性】:

文件名称:Wiimote:Wiimote用于ESP32的Arduino核心的蓝牙连接库

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-25 09:47:42

C++

Wiimote用于ESP32的Arduino核心的蓝牙连接库 例子 # include < Wiimote> void setup () { Serial. begin ( 115200 ); Wiimote::init (); Wiimote::register_callback ( 1 , wiimote_callback); } void loop () { Wiimote::handle (); } void wiimote_callback ( uint8_t number, uint8_t * data, size_t len) { Serial. printf ( " wiimote number=%d len=%d " , number, len); if (data[ 1 ]== 0x32 ){ for ( int i = 0 ; i


【文件预览】:
Wiimote-master
----wiimote_bt.h(6KB)
----LICENSE(1KB)
----Wiimote.h(309B)
----README.md(1KB)
----Wiimote.cpp(28KB)

网友评论