Speeduino
Loading...
Searching...
No Matches
scheduledIO_direct_ign.h
Go to the documentation of this file.
1#pragma once
2
3#include "config_pages.h"
4
6
#define IGN_CHANNELS
Definition board_avr2560.h:27
The tune page structs and related defines.
const config4 & page4
Definition engineProtection.cpp:155
static TIntegral readSerialIntegralTimeout(void)
Reads an integral type, timing out if necessary.
Definition comms.cpp:175
static fastOutputPin_t pins[IGN_CHANNELS]
Definition scheduledIO_direct_ign.cpp:9
void coilCharging_DIRECT(uint8_t channel)
Definition scheduledIO_direct_ign.cpp:45
void coilStopCharging_DIRECT(uint8_t channel)
Definition scheduledIO_direct_ign.cpp:50
void initIgnDirectIO(const config4 &page4, const uint8_t(&pins)[IGN_CHANNELS])
Definition config_pages.h:356