This is the Arduino library of Grove - Motor Driver(TB6612FNG), based on I2C.
This example shows how to drive a dc motor. Connect a dc motor to the same channel(A1 and A2, or B1 and B2) first. Add extra power supply to VIN
and GND
if necessary. Then upload this example to your arduino board.
You must have found there are two similar function: dcMotorBrake
and dcMotorStop
. The difference between them is that dcMotorBrake
will give a reverse force to make the motor stop
This example shows how to drive a 2phase stepper motor.
Different with dc motor, there is just one function to drive a stepper: stepperRun
. And our library offers 4 ways to drive: FULL_STEP
, WAVE_DRIVE
, HALF_STEP
and MICRO_STEPPING
.
More informations about stepper motor: Wikipedia and What is full step, half step, and microstepping.
This software is written by Jerry Yip for seeed studio and is licensed under The MIT License. Check License.txt for more information.
Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.
Seeed Studio is an open hardware facilitation company based in Shenzhen, China.
Benefiting from local manufacture power and convenient global logistic system,
we integrate resources to serve new era of innovation. Seeed also works with
global distributors and partners to push open hardware movement.