After playing with AVRs a little previously, I'm looking to start prototyping my first real project. I'm wanting to take a given 0-5V signal, run ADC on it in order to find the voltage value, and output a modified 0-5V value based on my own programming.
Does anyone have any suggestions about how I would go about doing this? I'm weary of using PWM because it's outputting voltage to another microcontroller that uses its own ADC, so I need to have the output to be stable and fairly accurate.
Thanks!