Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r50144ec3e96785cf76d5bfd22ee65029c82e732b -r59c806b6d87e3cb3baf3ef2d94c2e341247f9a2a --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 50144ec3e96785cf76d5bfd22ee65029c82e732b) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 59c806b6d87e3cb3baf3ef2d94c2e341247f9a2a) @@ -124,8 +124,9 @@ fpValveStatesPublicationTimerCounter = DATA_PUBLISH_COUNTER_START_COUNT; // reset valves states publication timer readCommandedValveStates(); + // TODO set FPGA PWM after finalizing the decision on valve strike and hold behavior // initially set valve PWM configuration and enable - setFPGAPWMConfigurations(); +// setFPGAPWMConfigurations(); // initially set all valves to de-energized state via FPGA setFPGADDValveStates( commandedValvesStates );