5 lines
86 B
C
5 lines
86 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void setEngineSpeed(uint16_t rpm, int16_t max_ign);
|