Ok I have a meter that has two leads and you can drive it bi-directionally so I know how to dive a meter one way:
outputValue = map(sensorValue, 0, 1023, 0, 255); // scale for analog out |
But I dont know how to drive it both positive and negative. Sound like fun any body have any ideas
Thanks for the help ~~ Cris H.
Oh BTW I could use a DPDT relay and drive it from a digital output..lol