Darren
thanks so much! I know of the PDM32 capabilities as I am installing one as we speak
Well, PWM for low current device would be a nice
addition as then you can drive an array of led for brake lights (both tail lights in headlight mode on and then bright in brake mode), turn signals, and even backup lights incase the array is too bright (such a thing if you are blinding the drivers behind you). Of course if it is not feasible. and add on module perhaps
If anything a fixed base frequency greater than 100hz would be absolutely fine for LED driving (minimize flicker that a person will see by alot save for the few that can still see it). Duty cycle will still need some adjustment (20%-80% will be quite suitable for LED array driving) or logic to choose between two
ie
Output.Lights.Brake =
input.lights.brake = true for .002 and
pulse (pwm?) 80% DutyCycle
Output.Lights.Headlight=
input.lights.Headlights = true for .002
pulse = 30% DutyCycle
something to that effect if it can be done that is