DC Motor speed 1.0 Icon

DC Motor speed

SopSoft Tools
0
0 Ratings
890+
Downloads
1.0
version
May 11, 2016
release date
~50M
file size
Free
Download

About DC Motor speed Android App

motor sürücü IN1 pinini arduino üzerindeki GND soketine
------------------------------------------------------------------------------
motor sürücü ENA pinini arduino üzerindeki PWM 3 soketine
----------------------------------------------------------
int dc = 3;
int value = -1;

void setup()
{
Serial.begin(9600);
pinMode(dc, OUTPUT);
}

void loop()
{
while (Serial.available())
{
value = Serial.read();
if (value >= 0)
{
Serial.println(value);
analogWrite(dc,value);
value = -1;
}
}
}

Other Information:

Requires Android:
Android 1.6
Other Sources:
Category:

Download

This version of DC Motor speed Android App comes with one universal variant which will work on all the Android devices.

Variant
Latest
(May 11, 2016)
Architecture
all
Minimum OS
Android 1.6
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of DC Motor speed Android App, We have 1 version in our database. Please select one of them below to download.

Loading..