Hello everybody,
first, sorry if my English is not always correct, I try to do my best ...
I'm doing a project with an Arduino Mega 2560 with 16 proximity sensors, I have 16 LEDs that light up depending on the intensity of each sensor.
The problem is that on my arduino mega I only have 13 outputs digital "PWM", how to get more?
I searched google and I found it (it use i2c with an arduino master and a slave):
I have a second arduino uno so I tried to connect them (current flows), my problem is I can not send data to a second digital PWM outputs ...
What I do is it possible or not? (knowing that I already use the PWM output of my arduino mega) if yes how can i do?
if somebody know other solutions to get more out "PWM"...?
Here is the patch that I use and I changed, and I want to thank the people who created this patch!