rusefi-1/firmware/hw_layer/pwm_generator.h

18 lines
249 B
C

/**
* @file pwm_generator.h
*
* @date May 28, 2013
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#pragma once
#include "global.h"
#include "pwm_generator_logic.h"
#define DEBUG_PWM FALSE
#include "efi_gpio.h"
void initPwmGenerator(void);