Speeduino
Loading...
Searching...
No Matches
acc_mc33810.h
Go to the documentation of this file.
1#ifndef MC33810_H
2#define MC33810_H
3
4#include "config_pages.h"
5#include "board_definition.h"
7
8#if defined(MC33810_SUPPORT)
9void initMC33810(const config4 &page4, const pinNumbers_t &pins);
10
11void openInjector_MC33810(uint8_t channel);
12void closeInjector_MC33810(uint8_t channel);
13
14void coilCharging_MC33810(uint8_t channel);
15void coilStopCharging_MC33810(uint8_t channel);
16
17#endif
18
19#endif
Inclusion of board specific header files and board related definitions.
The tune page structs and related defines.
const config4 & page4
Definition engineProtection.cpp:155
static fastOutputPin_t pins[_countof(coil_pins_t::_elements)]
Definition scheduledIO_direct_ign.cpp:10
Definition config_pages.h:355
Store the pin assignments, as defined by the board.
Definition pinNumbers_t.h:40