DFRobot DFR0004 Manuel - Page 6

Parcourez en ligne ou téléchargez le pdf Manuel pour {nom_de_la_catégorie} DFRobot DFR0004. DFRobot DFR0004 13 pages. Dfrduino romeo-all in one controller
Également pour DFRobot DFR0004 : Manuel (11 pages), Manuel (16 pages)

DFRobot DFR0004 Manuel
}
digitalWrite(13, LOW);
}
// Convert ADC value to key number
int get_key(unsigned int input)
{
int k;
for (k = 0; k < NUM_KEYS; k++)
{
if (input < adc_key_val[k])
{
return k;
}
}
if (k >= NUM_KEYS)
k = -1;
// No valid key pressed
return k;
}
 
Dual DC Motor Speed Control
Hardware Setting
Connect four motor wires to Motor Terminal. And apply power through motor power terminal (Figure
4).
Fig3: Romeo Motor Connection Diagram