![]() |
Speeduino
|
#include <stdint.h>#include "../utils/minmax.h"#include <array>#include "../../board_definition.h"#include "../../config_pages.h"
Go to the source code of this file.
Classes | |
| struct | pin_array_t< N, base_type > |
| An array of pin numbers. More... | |
| struct | pinNumbers_t |
| Store the pin assignments, as defined by the board. More... | |
Typedefs | |
| using | injector_pins_t = pin_array_t< INJ_CHANNELS > |
| Injector control pin numbers. | |
| using | coil_pins_t = pin_array_t< IGN_CHANNELS > |
| Coil control pin numbers. | |
| using coil_pins_t = pin_array_t<IGN_CHANNELS> |
Coil control pin numbers.
| using injector_pins_t = pin_array_t<INJ_CHANNELS> |
Injector control pin numbers.