Maxuino Analogue out
Hi everyone, I was wondering if there was anyone who knew how to send an analogue signal out from maxuino. I am using an uno and I basically want to turn L.E.D.s on and off from max... I have changed the pins I am using in the analogue section to the right numbers but cannot figure out a way to send out - the examples all seem to be analogue sensors in and digital out.
Any help would be greatly appreciated!
Thanks in advance
Nick
That's because instead of sending analogue out, you use PWM with your digital outs.
Check it out:
EDIT: I may have misunderstood what it was you were trying to achieve. Digital outs have two states: on (1) or off (0), which is suitable for turning LEDs on or off. Alongside this 'toggle' functionality, you can modulate between the two states to simulate analogue values.