android bluetooth serial:Android的一个库用于简化通过蓝牙的基本串行通信例如在与Arduinos通信时 源码
android-bluetooth-serial Android的一个库,用于简化通过蓝牙的基本串行通信,例如在与Arduinos通信时。 如何包括图书馆 Gradle 项目级别build.gradle allprojects { repositories { maven { url ' https://jitpack.io ' } } } 应用程序级别build.gradle dependencies { implementation ' com.github.harry1453:android-bluetooth-serial:v1.1 '
下载地址
用户评论