7 lines
107 B
C
7 lines
107 B
C
|
#pragma once
|
||
|
|
||
|
#include "engine.h"
|
||
|
|
||
|
void initGpPwm(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||
|
void updateGppwm();
|