Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.04 KB

Arduino-Car

Arduino Car libraries:

Libraries used to give movement to a arduino based car.

Motor Library

A bidirectional motor library.
Used to give movement to the motor of the car or whatever you want.
You can set the velocity of the motor digitally or analogically specifying the value in a range of 0-255.

Buzzer library

A buzzer library to control a buzzer.
Used to give a claxon to the car or whatever you want.
You can set the value of the buzzer analogically specifiying the value in a range of 0-255.
The default value its: 16

Car library

A car library that uses motor and buzzer.
Used to create a arduino based car.
You can move the car front and back directions, and start the claxon.

Example