4#include "../../../board_definition.h"
5#include "../../pins/fastOutputPin.h"
6#include "../../pins/outputPin.h"
A class for output pin operations that is faster than standard Arduino digitalWrite()
Definition fastOutputPin.h:10
TachoOutputStatus
Definition tachoController_detail.h:13
Definition tachoController.cpp:7
Definition tachoController_detail.h:18
boardOutputPin_t tach_pin
Definition tachoController_detail.h:31
bool tachoAlt
Definition tachoController_detail.h:28
bool tachoSweepEnabled
Definition tachoController_detail.h:27
bool tachoHalf
Definition tachoController_detail.h:29
uint8_t tachoDuration
Definition tachoController_detail.h:23
uint16_t tachoSweepIncr
Definition tachoController_detail.h:25
tacho_control_state(void)
Definition tachoController.cpp:11
uint8_t tachoEndTime
Definition tachoController_detail.h:22
uint16_t tachoSweepAccum
Definition tachoController_detail.h:26
uint16_t controlCounter
Definition tachoController_detail.h:24
TachoOutputStatus tachoOutputFlag
Definition tachoController_detail.h:21
bool modeDwell
Definition tachoController_detail.h:30