rusefi/firmware/controllers/actuators/gppwm_channel_reader.h

8 lines
112 B
C
Raw Normal View History

//
// Created by kifir on 5/15/24.
//
#pragma once
expected<float> readGppwmChannel(gppwm_channel_e channel);