![]() |
Speeduino
|

Go to the source code of this file.
Functions | |
| bool | handleTsCommand (uint16_t command, statuses ¤t, config2 &page2) |
| Process a command from TunerStudio. | |
| void | pulsedCommandController (const statuses ¤t, const config13 &page13) |
| Start/stop pulsing injectors & coils based on configuration set by handleTsCommand. | |
Header file for the TunerStudio command handler The command handler manages all the inputs FROM TS which are issued when a command button is clicked by the user
Process a command from TunerStudio.
| command | One of the above commands. |
| command | The command number of the button that was clicked. See TS_CommendButtonHandler.h for a list of button IDs |


Start/stop pulsing injectors & coils based on configuration set by handleTsCommand.
Must be called at least once a millisecond from the main loop

