Speeduino
Loading...
Searching...
No Matches
speeduino
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
"
6
#include "
src/pins/pinNumbers_t.h
"
7
8
#if defined(MC33810_SUPPORT)
9
void
initMC33810(
const
config4
&
page4
,
const
pinNumbers_t
&
pins
);
10
11
void
openInjector_MC33810(uint8_t channel);
12
void
closeInjector_MC33810(uint8_t channel);
13
14
void
coilCharging_MC33810(uint8_t channel);
15
void
coilStopCharging_MC33810(uint8_t channel);
16
17
#endif
18
19
#endif
board_definition.h
Inclusion of board specific header files and board related definitions.
config_pages.h
The tune page structs and related defines.
page4
const config4 & page4
Definition
engineProtection.cpp:155
pinNumbers_t.h
pins
static fastOutputPin_t pins[_countof(coil_pins_t::_elements)]
Definition
scheduledIO_direct_ign.cpp:10
config4
Definition
config_pages.h:355
pinNumbers_t
Store the pin assignments, as defined by the board.
Definition
pinNumbers_t.h:40
Generated by
1.9.8