how I could control a dc motor with monster moto shield vnh2sp30 by matlab coding?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to control a dc motor with monster moto shield vnh2sp30 and arduino Uno board with writting m file
I used this code :
a=arduino('com9','uno');
writeDigitalPin(a,'D7',1);
writeDigitalPin(a,'D8',0);
but nothing happened!
please help
0 comentarios
Respuestas (0)
Comunidades de usuarios
Más respuestas en Power Electronics Control
Ver también
Categorías
Más información sobre Arduino Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!