UsbAct beta

UsbAct beta

saibakho
May 2, 2016
  • 249.8 KB

    File Size

  • Android 2.2+

    Android OS

About UsbAct beta

UsbAct beta

Arduino mega 用のテストアプリです。

以下のコードをArduino megaに書き込み、Phone(Android os)とArduino megaをUSBで繋いだ際に使用します。

機能

Arduinoの13番にLEDランプを繋げ、アプリのボタンを押すと、LEDランプが点灯します。

-------------------------------------------

#include <Max3421e.h>

#include <Usb.h>

#include <AndroidAccessory.h>

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);

}

-------------------------------------------

Show More

What's new in the latest 1.1

Last updated on 2016-05-02
2014/04/18:beta
Show More

Videos and Screenshots

  • UsbAct beta poster
  • UsbAct beta screenshot 1

UsbAct beta APK Information

Latest Version
1.1
Category
Tools
Android OS
Android 2.2+
File Size
249.8 KB
Developer
saibakho
Available on
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free UsbAct beta APK downloads for you.

Old Versions of UsbAct beta

UsbAct beta 1.1

249.8 KBMay 2, 2016
Download
APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies