Speeduino
Loading...
Searching...
No Matches
dwell.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4#include "statuses.h"
5#include "config_pages.h"
6#include "table3d.h"
7
The tune page structs and related defines.
uint16_t computeDwell(const statuses &current, const config2 &page2, const config4 &page4, const table3d4RpmLoad &dwellTable)
Compute the ignition dwell.
Definition dwell.cpp:3
struct table3d4RpmLoad dwellTable
4x4 Dwell map
Definition globals.cpp:26
static TIntegral readSerialIntegralTimeout(void)
Reads an integral type, timing out if necessary.
Definition comms.cpp:173
The statuses struct and related defines.
Definition config_pages.h:171
Definition config_pages.h:352
The status struct with current values for all 'live' variables.
Definition statuses.h:24
3D table data types and functions