Skip to content
forked from woo2/CBRoboLib

An Arduino library to simplify the the control of a robot with a dual H-bridge and several other functions

License

Notifications You must be signed in to change notification settings

DBowald/CBRoboLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBRoboLib

An Arduino library to simplify the the control of a robot with a dual H-bridge and several other functions

Update 7/27/14b:

  • Changed left motor to pins 9 and 10 from 3 and 4
  • Diagram of H-Bridge connections: alt text

Update 7/27/14:

  • Fixed various syntax issues
  • Fixed bug: reverse left and reverse right were not possible with (-100, 0) and (0, -100)
  • Tested various velocity values
  • Included diagram for H-Bridge connections to Arduino Uno

Update 7/22/14:

  • Created Robot and drive methods
  • Implement in Sketch with the Robot constructor
    ---example: Robot myRobot();
  • Drive differentiates between forward, left, right, backward, and slowing down (else)
    ---example: myRobot.drive(/* Left Velocity -100 to 100 /, / Right Velocity -100 to 100 */);
  • Pins 3-8 used for H-Bridge
  • Untested as of 7/22/14

About

An Arduino library to simplify the the control of a robot with a dual H-bridge and several other functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.7%
  • Other 42.3%