Skip to content

An arduino library written in C++ to control an L293D motor driver IC.

License

Notifications You must be signed in to change notification settings

jaswch/L293D-library-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

L293D-library-arduino

A library for the L293D motor driver.

Functions:

motorSpeed():

Description: sets the speed of the motor.

Syntax: motor.motorSpeed(speed)

Parametres: speed:the speed of the motor between 0 to 255.

Returns: nothing(void).

forward():

Description: turns the motor forward.

Syntax: motor.forward()

Returns: nothing(void).

backward():

Description: turns the motor backward.

Syntax: motor.backward()

Returns: nothing(void).

stopMotor():

Description: stops the motor.

Syntax: motor.stopMotor()

Returns: nothing(void).

Circuit:

Circuit

Pinout:

Pinout

About

An arduino library written in C++ to control an L293D motor driver IC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages