MotorLibrary

in utopian-io •  7 years ago 

Library to control a Motor with L293D

Developed by Salim Khazem

It is a library that allows you to control an Motor using an L293D

You must add the libraries to the Arduino libraries folder.

To do this : you must copy the folder "Motor" paste them in the arduino libraries folder.

I used an example with the inertial unit MPU6050, I put it in the folder ../Motor/examples

Operation:

To include the library you have to include the Motor library and this is done with this formula ( #include <Motor.h> )

To create an instance: Motor object (pin1, pin2, pinPWM);

For the assignment it is necessary to introduce: object.begin ();

To run the motor in the forward direction: object.forward (speed_with_percentage);

To run the motor in the reverse direction: object.rearward (speed_with_percentage);

To stop the motor: object.turnOff ();



Posted on Utopian.io - Rewarding Open Source Contributors

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

Thank you so much

Hey @salimkhazem I am @utopian-io. I have just upvoted you!

Achievements

  • You have less than 500 followers. Just gave you a gift to help you succeed!
  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Thank you