Hi guy im new to the programming world of Arduino . And im in need of advice im controlling
a device with pwm from arduino uno i also have lcd 16x2 with 4 way push button control . I need advice on just getting duty cycle to show up and be able to control the output and also hrtz as well with the push buttons is has a built in potentiometer. if anyone would like to comment or leave codes to help it would be greatly appreciated.
Actually, in your programming Arduino IDE, select File-> Examples -> digital write (a.k.a, PWM), 1602 display and several others are already on your computer - just cut, paste, edit, experiment, show it to your friends. Be the envy of the neighborhood.
He obviously rides a two wheeled one, where you ride a 14 wheel one
As he says, it makes life a LOT easier if you use the I2C interface chip, it's really just a question of the trade off between an extra chip and I/O lines.