ID: usb.act
Version: 1.1
Size: 0 Mb
UsbAct beta Screenshots
How to setup UsbAct beta apk for android
- For Android 4.0 or higher:Please to Settings, look down to Security, and select Unknown sources. Choosing this choice will enable to install apps download from the internet.
- For devices running on lower Android 4.0:
Please go to Settings - open the Applications option, and select Unknown sources, click OK on the popup alert.
UsbAct beta Details
Arduino mega 用のテストアプリです。以下のコードをArduino megaに書き込み、Phone(Android os)とArduino megaをUSBで繋いだ際に使用します。
機能
Arduinoの13番にLEDランプを繋げ、アプリのボタンを押すと、LEDランプが点灯します。
-------------------------------------------
#include
#include
#include
AndroidAccessory acc("saibakho",
"UsbAct",
"UsbAct Arduino Board",
"1.0",
"https://play.google.com/store/apps/details?id=usb.act",
"0000000012345678");
int led = 13;
void setup()
{
Serial.begin(115200);
acc.powerOn();
pinMode(led, OUTPUT);
}
void loop()
{
byte receiveM[1];
if (acc.isConnected()) {
int len = acc.read(receiveM, sizeof(receiveM), 1);
if(len > 0&&receiveM[0]=='a'){
digitalWrite(led, HIGH);
delay(1000);
digitalWrite(led, LOW);
delay(1000);
}
}
delay(10);
}
-------------------------------------------
What's new in UsbAct beta 1.1
2014/04/18:betaDownload UsbAct beta 1.1 unlimited APK
Search terms:
How to download UsbAct beta patch 1.1 apk for laptop
How to use UsbAct beta unlimited apk
How to mod UsbAct beta 1.1 apk
How to get UsbAct beta lastet apk