Arduino Car libraries:
Libraries used to give movement to a arduino based car.
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.
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
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.