Hello everyone
Could you help me abot dc motor program for arduino in visual studio c++?
i mean a source code in like motordc.cpp or something so i can make a communication between arduino,dc motor and visual studio c++.
I want to control the direction of dc motor rotation. i only found a program such as #include servo.h and i dont find for dc motor.
Please, need your help
i mean source code program about controlling dc motor with serial communication by arduino you need to input it in the your main program in visual c++(such as face detection).
Like a serial program using ATMega in visual studio c++.
I mean there won't be exact code for precisely what you want to do.
You need to define a serial protocol, and adapt existing code to do what you want.
There are plenty of examples.