DFRobot DFR0004 Handbuch - Seite 15
Blättern Sie online oder laden Sie pdf Handbuch für Computer Hardware DFRobot DFR0004 herunter. DFRobot DFR0004 16 Seiten. Dfrduino romeo-all in one controller
Auch für DFRobot DFR0004: Handbuch (13 seiten), Handbuch (11 seiten)
2018/11/27
Schematics
https://www.dfrobot.com/wiki/index.php/DFRduino_Romeo-All_in_one_Controller_V1.1(SKU:DFR0004)
DFRduino Romeo-All in one Controller V1.1(SKU:DFR0004) - DFRobot Electronic Product Wiki and Tutorial: Arduino and Robot Wiki-DFRobot.com
( val!=-1)
i f
{
( val)
s w i t c h
{
'w':
c a s e
/ / M o v e F o r w a r d
DriveMotorP(0xff,0xff);
;
b r e a k
'x':
c a s e
/ / M o v e B a c k w a r d
DriveMotorP(0x00,0x00);
;
/ / M a x s p e e d
;
b r e a k
's':
c a s e
/ / S t o p
DriveMotorP(0x7f,0x7f);
;
b r e a k
}
}
}
}
schematic (http://www.dfrobot.com/image/data/DFR0004/RoMeo%20V1.1%20sch.pdf)
Romeo Schematic V1.0 (http://www.dfrobot.com/image/data/DFR0004/RoMeo_Schematic_V1.pdf)
Romeo Schematic V0.9 (http://www.dfrobot.com/wiki/images/a/a0/RoMeo_Schematic.png)
/ / M a x s p e e d
15/16