corygrant / DingoPDM_FW

MIT License
1 stars 4 forks source link

Create a turn signal/hazard module #17

Closed corygrant closed 2 months ago

corygrant commented 3 months ago

With the current Flasher configuration turn signals + hazards don't work properly. If the turn signal is on and the hazard input is turned on the left/right turn signals flash at different times.

This is due to having to create turn signal + hazard logic using the Virtual Inputs and Flashers.

Turn signals and hazards are a common need, it would be easier to add a module dedicated to turn signals + hazards.

This would also enable extra functionality, like one touch turn signals

corygrant commented 2 months ago

Parameters:

corygrant commented 2 months ago

Other than one touch, these can all be achieved with Virtual Inputs. Closing for now, one touch is not a requirement for now